excel 转换成 pdf 的问题
tworksheet.ExportAsFixedFormat(XlFixedFormatType.xlTypePDF, target, XlFixedFormatQuality.xlQualityStandard, true, false, missing, missing, missing, missing);
用excel com 组件 可以做到一点 但是有明显的性能问题 比如 cpu,mem
服务器有可能 同时并行多个转换
请问 除了excel com 组件 外 是否还有其他更好的办法 比如 第三方 的 dll
------解决方案--------------------用iTextSharp吧,开源的PDF处理组件
http://topic.csdn.net/u/20100828/22/fd2715f1-0fc2-4294-908b-a05be2e074e5.html
http://topic.csdn.net/u/20091225/18/4c16aa80-246e-4e87-b86c-4008555036c5.html?15270
http://lenglengdetian.blog.sohu.com/83963802.html
------解决方案--------------------这里还有一个
http://topic.csdn.net/u/20100825/21/e116a4a1-5c79-4cb2-9d44-dfadee57596a.html?seed=2043364893&r=67942330#r_67942330