I am using PdfStamper to update a field within a PDF via the AcroFields.setField method. All works well, however in load testing on the same field with random values I have noticed that each time this method is invoked it increases the size of the PDF (e.g. The data for this field is just a random string which is replaced, not appended). Is there a "history" or some other log held each time this method invoked? If so, is there a way to remove such information from the PDF? Looping over this method 10,000 iterations increases a 270k file to over 6,000k. -- View this message in context: http://itext-general.2136553.n4.nabble.com/AcroFields-setField-increasing-the-size-of-PDF-dramatically-tp3051129p3051129.html Sent from the iText - General mailing list archive at Nabble.com.
------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions 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
