Is there a free way to convert RTF to PDF?

前端 未结 8 466
温柔的废话
温柔的废话 2020-12-08 03:12

How can I programmatically convert RTF documents to PDF?

相关标签:
8条回答
  • 2020-12-08 03:44

    Look at PDF Printer

    0 讨论(0)
  • 2020-12-08 03:45

    Four years late to the party here, but I use Ted in my web application. I generate RTF programmatically, then use the rtf2pdf.sh script included in the package to generate the PDF. I tried OOo and unoconv previously, but Ted proved faster and more reliable in my application.

    0 讨论(0)
提交回复
热议问题