Software Development Network>> Visual C#>> Converting document files (.doc, .rtf) to .pdf format using .net
As far as I know there is nothing in the base classes for converting from rtf and doc formats to pdf.
I would recommend reading the above article and downloading the source code, then you can take from it what you need.
Try this from code project
http://www.codeproject.com/csharp/sertf2pdf.asp
it is an article with source code (C#) for converting a whole load of different formats to pdf.
Hope this helps
Converting document files (.doc, .rtf) to .pdf format using .net
astubble
Thre
RobinSed
As far as I know there is nothing in the base classes for converting from rtf and doc formats to pdf.
I would recommend reading the above article and downloading the source code, then you can take from it what you need.
alexlim8190
Try this from code project
http://www.codeproject.com/csharp/sertf2pdf.asp
it is an article with source code (C#) for converting a whole load of different formats to pdf.
Hope this helps