Hi,

I am using version 2.1.7 to concatenate many source documents into one.  I
use PdfStamper to reduce each source page, as well as applying a header
image and a running page count. I copy the results from each PdfStampter
operation to the final document. When I first began adding images, the file
size grew large, which I presumed was due to the image being inserted once
per page.  I switched to PdfSmartCopy and the file size was reduced
considerably.  However, once I added page numbering, the file size began
growing larger than expected.  Examining the file, I saw that my true type
font was being embedded once per source document, which indicates to me that
PdfSmartCopy is not reusing this font resource as implied in the JavaDoc.
My goal is to have the true type font embedded, but only once, since I
learned from iText in Action that it is best to embed true type fonts.
Should PdfSmartCopy only include one entry for the font in the final
document?

Thanks for your help,

Jeff
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
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
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