Nvn, naveen ks wrote > I have a requirement to process PDF files of larrge size (2GB+) and I was > reading that iText 2.x had a limitation on the file size to 2GB. > > Can anyone let me know if this limitation still exists in iText 4.2 or 5.x
As others have already answered the intrinsic limitation at 2GB has been lifted in 5.2.0 and finally fixed in 5.3.0. Please be aware, though, that this does not mean you can handle a 4GB PDF like any small 100KB one. You should take care and use constructors that don't hold the whole file in memory but instead read objects only when they are needed using random access and store manipulated or newly created ones early to disc. Furthermore you even then have to be prepared to have quite some memory at hand as generally at least the cross references and some structure defining objects are read completely into memory which already can amount to a lot of memory. Regards, Michael -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-file-size-limit-in-iText-tp4658184p4658188.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php