RomiLau wrote: > > Hi, I’m Romina from Argentina. I have to compress a c# pdf file
There's no such thing as a C# PDF file. You probably mean you are creating a PDF file with iTextSharp. , I tried > fullcompression , but it isn’t enough, Too bad. setFullCompression is as good as it gets. > 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). br, Bruno ------------------------------------------------------------------------- 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
