Using iTextSharp (and C # / ASP.NET), can I open an RTF document, process it by replacing some text, insert an image (WMF or PNG) and export a document that processes a PDF document that preserves the formatting of the original RTF document?
In fact, I hope to create a simple solution for merging with a template located in RTF, and the output should be in PDF format. This must be run on the ASP.NET server.
source share