wRTF2PDF V3 conversion engine to convert RTF and HTML texts to PDF files.
The new version includes most of the TextDynamic API methods to let you create text, format rich text and create PDF files dynamically on a server using ASP and ASP.NET.
What's new:
Automatic reuse of the same image data. This way, when you export a document which often uses a logo the PDF file will be significantly smaller!
Creation of PDF/A complient PDF files (with added meta data and PDF tagging)
Support of CID fonts (known as "unicode" support)
Binary Data embedding: You can store the document source which was used to create a PDF file within this PDF file: You can store the RTF source document inside of the created PDF data, the user only has to click on an icon to extract this document.
RTF2PDF V3 is based on an entirely new "RTF-Engine" with support for many text features, such as foot notes, sections etc.
It comes with a complete programming API which allows it to create documents in code, load and save HTML code, create tables, header and footer in code.