searching for PDF converter supporting many input types

后端 未结 2 749
天命终不由人
天命终不由人 2021-01-03 15:28

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 s

相关标签:
2条回答
  • 2021-01-03 16:07

    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.

    0 讨论(0)
  • 2021-01-03 16:14

    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 讨论(0)
提交回复
热议问题