conversion of rtf to pdf

quioske

Active member
Joined
Feb 25, 2008
Messages
27
Programming Experience
1-3
Hi ,

in my project i want to convert an rtf file into pdf format

without using any third party tool like "aspose"

anyone knows it
pls help

thanks in advance
 
If you're not going to use a third party like ItextSharp you simply must go straight for the documentation of the Pdf file format, learn it and implement it. Wiki may help getting a first overview.
 
There is a tutorial, the VB.Net tutorial project files is in downloads (previous link). You might find discussion about doing it in their forums, or searching the web, it is a well known library.

The effortless approch is of course just to print the rtf document to a Pdf printer, there are many free and not free Pdf printers available on the web.
 
thanks john,

i have tried it with openoffice but it is also giving some error

i want to convert rtf to pdf programmatically
 
Back
Top