开发者

searching for PDF converter supporting many input types

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开发者_JAVA技巧 thoughts on viable solutions to automate the creation of PDFs?


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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜