Convert to PDF
-
Hi, Is there anyway to convert a .RTF document automatically to .PDF? When for example Acrobat Distiller is installed, there is a button to convert a Word document to PDF file. I want the same action but automatically without user doing anything. Any thoughts about this? Best regards, Jens
-
Hi, Is there anyway to convert a .RTF document automatically to .PDF? When for example Acrobat Distiller is installed, there is a button to convert a Word document to PDF file. I want the same action but automatically without user doing anything. Any thoughts about this? Best regards, Jens
Hi, It might help if you can give more details. There are "PDF toolkits" available to help create PDF files programmatically but then you will need to "parse" the RTF yourself. Another way is "printing" to something like Adobe's PDFWriter. Regards Mahendra
-
Hi, It might help if you can give more details. There are "PDF toolkits" available to help create PDF files programmatically but then you will need to "parse" the RTF yourself. Another way is "printing" to something like Adobe's PDFWriter. Regards Mahendra
Hi My collegue has programmed a library to export to .RTF files ... I can use this but some clients ask it to be .PDF .... I have installed Acrobat Distiller to print to PDF .. so printing to PDF itself is no problem .. Words supports that easily too ... The problem is ... This needs to be done from code itself. If they click on button 'PDF' .. then the document is first build in .RTF and after that .. needs to be "printed" to .PDF file. Greetings, Jens
-
Hi My collegue has programmed a library to export to .RTF files ... I can use this but some clients ask it to be .PDF .... I have installed Acrobat Distiller to print to PDF .. so printing to PDF itself is no problem .. Words supports that easily too ... The problem is ... This needs to be done from code itself. If they click on button 'PDF' .. then the document is first build in .RTF and after that .. needs to be "printed" to .PDF file. Greetings, Jens
Print to Acrobat Distiller just like you would any other printer. The Acrobat Distiller driver will either prompt you for the target file, or it can be supplied programmatically.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
Hi My collegue has programmed a library to export to .RTF files ... I can use this but some clients ask it to be .PDF .... I have installed Acrobat Distiller to print to PDF .. so printing to PDF itself is no problem .. Words supports that easily too ... The problem is ... This needs to be done from code itself. If they click on button 'PDF' .. then the document is first build in .RTF and after that .. needs to be "printed" to .PDF file. Greetings, Jens
Hi, Yours is a "custom" application which needs to "create/ save as" PDF documents? If that is true than you would need something similar to what you have for RTF; there are commercial libraries available to write PDF files as well. Due Regards Mahendra