Is there a free way to convert RTF to PDF?

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

How can I programmatically convert RTF documents to PDF?

8条回答
  •  天命终不由人
    2020-12-08 03:42

    LibreOffice can convert RTF documents to PDF via command line.

    Here are the instructions to install it on CentOS.

    And this is an example to initiate conversion from PHP code:

    
    

提交回复
热议问题