searching for PDF converter supporting many input types

痴心易碎 提交于 2019-11-30 16:11:13

问题


In our company, we develop a program for our clients that takes files and transfer it to us.

We need to support many types of files to silently convert to pdf (for signing). We've used, until now, pdf creator, but it's not stable and has many bugs.

We want to buy a .dll that can do things like dynamicpdf (very expensive), as developing it ourselves will take to long.

This solution needs to support image types like jpeg, gif, bmp, tiff, html, htm, mht and many more.

Any thoughts on viable solutions to automate the creation of PDFs?


回答1:


Maybe you could try printing them to a Postscript file, and then converting the PS file to a PDF. I think both those problems are a lot simpler:

For printing you can use the print functions of the programs which normally edit/view those files.

For converting PS->PDF there are lots of standard tools.




回答2:


Shameless plug, as I worked on this product, but try the PDF Conversion Services. Scalable, reliable, optimised for server use, adds new formats all the time (see new DXF and DWG support), supports watermarking, PDF Security etc. Has a web services based interface, so works well with C#, Java and many other platforms.

Code sample here.



来源:https://stackoverflow.com/questions/5135102/searching-for-pdf-converter-supporting-many-input-types

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!