How can I programmatically convert RTF documents to PDF?
Look at PDF Printer
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.