Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » iText »

[iText-questions] RTF file

Yan

2005-06-27

Replies:

Hi,
I am using itext to generate reports in RTF format. I want to add Text in an
existing RTF file. I do this but it doesn't work...

Document document = new Document(PageSize.A4.rotate());
RtfWriter2.getInstance(document, new FileOutputStream(mypath, true));
document.open();
....

How can I open and add text at the end of an existing RTF file??
Thanks.
Yan



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
iText-questions mailing list
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions
©2008 junlu.com - Jax Systems, LLC, U.S.A.