Convert RTF to PDF programmatically
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, i want to convert RTF to PDF programmatically. i had tried itextsharp also , but i am not able to figure out what to do is there any one experience in this area thanks in advance
If you're planning on writing your own component then you'd probably need to look at the RTF Specification, figure out how to read it and then map these different things onto the iTextSharp interface. It's a fairly obtuse interface I know (I've worked with it) but the biggest issue I see here is parsing the RTF.
I doubt it. If it isn't intuitive then we need to fix it. - Chris Maunder