views:

446

answers:

1

Hello,

I'm using iTextSharp (with C# and VS2008) to generate a report from a database table row. Generate PDF is not a problem... but when I try to add RTF text into the PDF I cant't find a way into iTextSharp object structure.

How can I do it?

Thanks a lot!

A: 

Consider converting your RTF to HTML and then writing your HTML to PDF using iTextSharp.

I've never done this but here are some resources that might help:
Writing Your Own RTF Converter
Need help with creating PDF from HTML using itextsharp

Jay Riggs
Thanks!But it's possible to add RTF text in PDF?