Yan wrote:
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??
iText isn't able to manipulate existing RTF files, it can only generate
new RTF files.
br,
Bruno
-------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions