Re: [iText-questions] setFullCompression multipage PDF

2010-07-14 Thread ftf1960
Thanks. That worked! From: 1T3XT info [via iText - General] Sent: Saturday, July 10, 2010 4:09 AM To: ftf1960 Subject: Re: setFullCompression multipage PDF ftf1960 wrote: I have a PDF template that I populate with user data. Sometimes if there is more than one page, then I would add

[iText-questions] setFullCompression multipage PDF

2010-07-10 Thread ftf1960
I have a PDF template that I populate with user data. Sometimes if there is more than one page, then I would add another page to the PDF using the same template. The template size is around 10K. If I populate this template once, the final flattened PDF is around 13K - 23K, but if I add another

Re: [iText-questions] setFullCompression multipage PDF

2010-07-10 Thread 1T3XT info
ftf1960 wrote: I have a PDF template that I populate with user data. Sometimes if there is more than one page, then I would add another page to the PDF using the same template. The template size is around 10K. If I populate this template once, the final flattened PDF is around 13K - 23K,

[iText-questions] SetFullCompression results in unreadable PDF

2010-07-06 Thread Teun Ham
To all, This is my first-time to post on this mailing list: We are using Visual Studio.Net 2008 and iTextSharp (version 4.1.6.0) to add a Barcode39 to our existing PDFs. The following routine will create a new PDF, based upon an existing PDF, with a Barcode. The only thing which is strange:

Re: [iText-questions] SetFullCompression results in unreadable PDF

2010-07-06 Thread Paulo Soares
@lists.sourceforge.net Subject: [iText-questions] SetFullCompression results in unreadable PDF To all, This is my first-time to post on this mailing list: We are using Visual Studio.Net 2008 and iTextSharp (version 4.1.6.0) to add a Barcode39 to our existing PDFs. The following routine

Re: [iText-questions] SetFullCompression results in unreadable PDF

2010-07-06 Thread Teun Ham
Thanks Paulo, Your suggestions works like a charm! Updated VB.Net code: [code] ... Dim output As New System.IO.FileStream(sOutputFileName, IO.FileMode.Create) Dim b As Byte() = ms2.ToArray output.Write(b, 0, b.Length) ... [/code] -- View this message in context:

[iText-questions] setFullCompression

2007-02-21 Thread Ben Marchbanks
does setFullCompression remove page redundancy ? We are merging multipage PDF into a single PDF and need to get the filesize to a minimum. Does setFullCompression remove the duplication of pages within the PDF ? -- Ben Marchbanks ::: alQemy ::: transforming information into intelligence

Re: [iText-questions] setFullCompression

2007-02-21 Thread Bruno Lowagie (iText)
Ben Marchbanks wrote: does setFullCompression remove page redundancy ? No. setFullCompression compresses more than just the page streams. It's something that was introduced in PDF 1.5. Note that setFullCompression can in some cases result in a bigger file size. br, Bruno

[iText-questions] setFullCompression

2006-03-15 Thread beppe costagliola
I have tried to archive on Content Manager a PDF created with setFullCompression. When setting the indexes from the Client Administrator I can see the text and set the keys but when I try to archive it i get this error: PDDocOpen version 1073807365 The file is damaged and could not be repaired

Re: [iText-questions] setFullCompression

2006-03-15 Thread bruno
beppe costagliola wrote: PDDocOpen version 1073807365 The file is damaged and could not be repaired Full compression is supported starting with PDF 1.5. What PDF version does your viewer support? br, Bruno --- This SF.Net email is

Re: [iText-questions] setFullCompression?

2005-01-10 Thread Paulo Soares
It's a bug. I'll have a new release today with the fix. Best Regards, Paulo Soares - Original Message - From: Roger Misteli [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Monday, January 10, 2005 4:21 PM Subject: [iText-questions] setFullCompression? Hiyas