Ok. I have asked this question before but it seems as though no one has an answer so I'll try and ask it again. Is there anyway to write and HTML string to the PDF document?
I don't want the HTML tags to appear in the document and I want to keep the HTML formatting. Here is the scenario:
 
1) User enters text into a RTB(rich text box) and this data is stored in a field in an associated table in SQL Server 2000. 
2) User decides he/she wants to create a pdf document from the data they entered in the admin form and chooses the
    text to be inserted into the PDF document (this is the text they entered in the RTB)
3) When they click "Create" I need to be able to retrieve this text (which has HTML tags in it) and write it to the PDF document
    on the appropriate page without the tags but keeping the formatting.
 
Is there a way to do this with iText.Net??
 
I tried to write the data to an HTML document and then parse it into a pdf document but this proved fruitless since a) the HtmlWriter just regurgitated the text complete with tags
b) I keep getting a Coverter error when trying to parse any html document.
 
Need help on this if anyone has an idea.  Thanks alot for any help recieved.
 
Ashley Lee

Reply via email to