Converting document files (.doc, .rtf) to .pdf format using .net

how can i convert .doc or .rtf files to .pdf format using .net


Answer this question

Converting document files (.doc, .rtf) to .pdf format using .net

  • astubble

    There are so much third-party component/libraries that can do this. We use Essential PDF from Syncfusion: http://www.syncfusion.com/.


  • Thre

    is there any easy method. otherthan full coding

  • 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


  • Converting document files (.doc, .rtf) to .pdf format using .net