I use concat_pdf to concatenate PDF files but noticed the resulting file is smaller then the original file size. To prove this, I concatenate "a.pdf" to "nothing". The resulting PDF is smaller then "a.pdf".
if your document uses form fields, annotations, bookmarks and the like - all of that is "dropped on the floor" by the concat process that you are using, hence the size reduction.
Leonard --------------------------------------------------------------------------- Leonard Rosenthol <mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) 215-629-0789 (fax)
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
