Hi, I am new in vb.net 2008. I am developing windows application in that i am generating PDF report using iTextsharp. Problem is that how to display rtf data in pdf.

Recommended Answers

All 3 Replies

I want to display html string into pdf table cell using iTextsharp
please help me

iTextSharp does not support that.
The parsers that comes with iTextSharp can only create new PDF-documents.
However, if you have an existing PDF you can use those parsers and create a second one and then concatinate the two PDFs into one.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.