> > I have to compress it more
> > It has to be by code, not from the acrobat, like “reduce 
> file size”, 
> > “pdf optimizer”. If you know how to compress more, tell me !
> 
> If you have images compress them before adding them
> to the PDF. (Image compression is outside the scope
> of iText and iTextSharp).

If you're embedding fonts, you can subset them, or leave them out entirely.

If you're using a PdfStamper with the append flag turned on, turn it off.

Call PdfReader's removeUnusedObjects() may or may not save you some space, 
depending on what you're doing.

Can we see one of your output files?  Looking over the PDF will give us a 
better idea of what can be done to trim the fat, or at least be able to tell 
you that you're building an efficient PDF.

--Mark Storer 
  Senior Software Engineer 
  Cardiff.com

#include <disclaimer> 
typedef std::Disclaimer<Cardiff> DisCard; 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to