Hi. I have a very big PDF containig about 3600pages (it's about 195Mb before optimization).
When i try to open it with _Dest = New PdfStamper(_reader, New FileStream(_tofile, FileMode.CreateNew), PdfWriter.VERSION_1_4) _Dest.Writer.SetPdfVersion(New iTextSharp.text.pdf.PdfName(PdfWriter.VERSION_1_4)) my memory goes frm 61.576KB to 656.852KB . In this file i should add both PdfAnnotation and CheckBox at certain pages . Is there another way ? I'm using iTextSharp; This in the document http://www.sygest.it/upgrade/demo/L04721001.PDF_LNK.PDF Thank you -- View this message in context: http://www.nabble.com/PdfStamper-and-large-PDFs-tp25277039p25277039.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ 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/
