Re: [iText-questions] PDF Form size

2010-01-21 Thread Mark Storer
estions@lists.sourceforge.net Subject: [iText-questions] PDF Form size Well, before I do that, let me give some background (I don't want to remove all the items out of the PDF because they are confidential). However, I took a form from Word and used LiveCycle to convert it to PDF Form. I the

Re: [iText-questions] PDF Form size

2010-01-21 Thread Leonard Rosenthol
-questions@lists.sourceforge.net Subject: [iText-questions] PDF Form size Well, before I do that, let me give some background (I don't want to remove all the items out of the PDF because they are confidential). However, I took a form from Word and used LiveCycle to convert it to PDF Form. I

Re: [iText-questions] PDF Form size

2010-01-21 Thread 1T3XT info
Sean Parsons wrote: > PdfCopy writer = new PdfCopy( document, new > FileOutputStream( file ) ); If file size is an issue, don't use PdfCopy. Use PdfSmartCopy instead. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -

[iText-questions] PDF Form size

2010-01-21 Thread Sean Parsons
something here? Thanks Sean Parsons Re: [iText-questions] PDF Form size From: Mark Storer - 2010-01-20 16:40 Attachments: HTML-Email.html Show us your PDF. We'll poke around and see what we can see. You might be building the form inefficiently, in which case a code chan

[iText-questions] PDF Form size

2010-01-20 Thread Sean Parsons
ply setting a form field value doesn't allow the file to be shrunk any...so what stupid thing do I just not see here? Re: [iText-questions] PDF Form size From: Mark Storer - 2010-01-20 16:40 Attachments: HTML-Email.html Show us your PDF. We'll poke around and see what we can see

Re: [iText-questions] PDF Form size

2010-01-20 Thread Mark Storer
ardiff.com #include typedef std::Disclaimer DisCard; -Original Message- From: sean_pars...@bcbsok.com [mailto:sean_pars...@bcbsok.com] Sent: Tuesday, January 19, 2010 11:35 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF Form size Is there any way to reduc

Re: [iText-questions] PDF Form size

2010-01-20 Thread Leonard Rosenthol
_pars...@bcbsok.com] Sent: Tuesday, January 19, 2010 8:35 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF Form size Is there any way to reduce the size of these files? The file I'm generating winds up being anywhere from 250 to 300K in size. I can open the file in Ac

[iText-questions] PDF Form size

2010-01-20 Thread Sean_Parsons
Is there any way to reduce the size of these files? The file I'm generating winds up being anywhere from 250 to 300K in size. I can open the file in Acrobat, and select Optimize, and it shrinks it to ~32K. Does iText have a way to do this that I'm missing? I've set writer.setFullCompression