Rajiv Sabat wrote:
> Can i generate a PDF file dynamically from a well formed XML file?

Yes, see: http://1t3xt.be/?X0001e4

> and if i can generate the which parser it will use?

That's irrelevant; you can use any parser.

> if the XML file is around 6mb then can it generate the PDF or will go 
> out of memory.

Maybe you're parsing the XML file using DOM instead of SAX.
Maybe you're keeping stuff in memory that can be released.
There's no way for us to tell what you're doing wrong.
Maybe you just don't provide enough memory for what you're trying to do.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to