Share via


Convert RTF To PDF

Question

Wednesday, July 4, 2012 5:07 PM

Hi Techie,

In our enterprise application we are facing a performance degradation in RTF to PDF conversion in web application, currently we are using Microsoft interop dll in our project, we have identified the root cause that the dll is reason for degradation,I have tried TallPDF component,

Kindly let me know any other way to resolve this RTF to PDF Conversion.

All replies (5)

Wednesday, July 4, 2012 5:25 PM ✅Answered | 2 votes

Would you please check-out below thread

http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/017d4eb8-34c8-4ee8-a7c9-2c3c8541ceb4

Regards,
Ahmed Ibrahim
SQL Server Setup Team
My Blog
This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click "Mark as Answer" and "Vote as Helpful" on posts that help you.
This can be beneficial to other community members reading the thread.


Friday, July 6, 2012 8:52 AM ✅Answered

You can also use

1.pdfConverter Lib:http://www.html-to-pdf.net/Support.aspx#csharp

2. Spire.Doc :http://www.e-iceblue.com/Knowledgebase/Spire.PDF/Program-Guide/How-to-Convert-RTF-to-PDF-with-C-/VB.NET.html

oo , the second one is not free ,so forget it . Hope it will be helpful ~


Friday, July 6, 2012 9:27 AM ✅Answered | 2 votes

Hi,

Try iTextSharp, it is a port of the iText open source java library for PDF generation written entirely in C# for the .NET platform.

http://itextpdf.com/


Thursday, November 8, 2012 7:33 AM

Hello everybody,

Thanks for your recommendation. And I want to know that if the applications enables convert other files to PDF? For example, Excel to PDF, HTML to PDF etc.


Tuesday, August 19, 2014 9:43 AM

"windows.mss" you can also try this dll. Here is an example how you can manipulate RTF files in C# with it. So in short all you need is to use Load() from the RTF and then Save() to the PDF.
Also "kiroko" you can find here a list of the supported formats, the conversion is always done in the same manner, for example here is how to convert a HTML file to a PDF file in .NET.