Hi,

I have to tell I'm working with the .net port of itext and so far it's working 
great. 
Now I am trying to import an existing rtf file. The rtf is nothing fancy just 
some bold, different fontsize, colors etc. How do I go about. So far I came up 
with the following:

Dim
Dim pars As Newparser.RtfParser
pars.ConvertRtfDocument(rts, document) rts As New FileStream("C:\test.rtf", 
FileMode.Open, FileAccess.Read)

The text appears in the document but it appears to miss the colors, fontsize 
etc.
Can anybody point me in the right direction?

Eventually I would like the rtf text to be placed in a pdfpcell.

Kind Regards,

John



      
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to