|
|
OpenOffice.org can be run in server mode (i.e. without any GUI), can read RTF files and can output PDF files. |
|||||||
|
|
You have a number of options depending on:
Here are some options:
EDIT Here is an older post that has some commonality with your question. EDIT 2 I see from your comments that you are on Linux and open to either C++ or Java. Definitely use option 2.
I am successfully using |
|||||
|
|
Use PDFCreator, a free pdf printer. Just print to pdf. You can control this through COM. Example code is in the COM folder of the install directory. |
|||||
|
|
PDFCreator for windows is the easiest for single documents. It's also possible to automate PDF creation for large sets of documents by converting them to XML and using XSLT and XSL-FO. There are lots of tutorials for this out there. For a specific language, such as python, libraries exist to output to PDF fairly trivially. The only advantage of XML over other simpler solutions is extensibility. You could also programmatically output your document in RTF, HTML, TXT, or just about any other text format. |
|||
|
PrimoPDF. It acts as a virtual printer, so you just print to it, and out pops a PDF. |
|||
|
|
|
Look at PDF Printer |
|||
|
|
protected by Dori Jun 26 '11 at 9:11
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.