Is it possible to use memory management techniques when writing RTFs, like is
mentioned in section 6.1.5 ("Working with Large Tables") of the iText book? 
Can the larger components be broken up and written incrementally?



Ana Heitor-2 wrote:
> 
> 
> I forced to write the file to disk
> 
>         RtfWriter2 rtfWriter2 = RtfWriter2.getInstance(document, out);
>         
> rtfWriter2.getDocumentSettings().setDataCacheStyle(RtfDataCache.CACHE_DISK);
> 
> The version I'm using is 1.5.4 and not 1.4.5, as I was said yesterday
> 
> 
> 
> 
-- 
View this message in context: 
http://www.nabble.com/generate-rtf-file-tp24036097p24056283.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
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