searching for PDF converter supporting many input types

后端 未结 2 750
天命终不由人
天命终不由人 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条回答
  •  旧时难觅i
    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.

提交回复
热议问题