Re: [iText-questions] Duplicated fonts in iText-generated PDF

2007-02-27 Thread Paulo Soares
You'll have to use the two stage approach. Paulo - Original Message - From: "Thomas Okken" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 27, 2007 1:14 AM Subject: Re: [iText-questions] Duplicated fonts in iText-generated PDF OK, I'm now using PdfSm

Re: [iText-questions] Duplicated fonts in iText-generated PDF

2007-02-26 Thread Thomas Okken
, 2007 10:25 PM Subject: [iText-questions] Duplicated fonts in iText-generated PDF Hi all, I'm working on a report generator that uses iText to generate PDF files. The content of the individual pages is composed by first printing a template, which is read from another PDF

Re: [iText-questions] Duplicated fonts in iText-generated PDF

2007-02-24 Thread Paulo Soares
iText doesn't do any object optimization except in PdfSmartCopy. Paulo - Original Message - From: "Thomas Okken" <[EMAIL PROTECTED]> To: Sent: Friday, February 23, 2007 10:25 PM Subject: [iText-questions] Duplicated fonts in iText-generated PDF Hi all, I&

[iText-questions] Duplicated fonts in iText-generated PDF

2007-02-23 Thread Thomas Okken
Hi all, I'm working on a report generator that uses iText to generate PDF files. The content of the individual pages is composed by first printing a template, which is read from another PDF using PdfWriter.getImportedPage() followed by PdfContentByte.addTemplate(); then, the actual data are pri