Re: [iText-questions] iText extension to merge pdf files

2008-06-10 Thread Mohni, Daniel
etreff: Re: [iText-questions] iText extension to merge pdf files > > I'll have a look. > > Paulo > > - Original Message - > From: "Mohni, Daniel" <[EMAIL PROTECTED]> > To: "Post all your questions about iText here" > > Sent: Thursday,

Re: [iText-questions] iText extension to merge pdf files

2008-05-22 Thread Paulo Soares
I'll have a look. Paulo - Original Message - From: "Mohni, Daniel" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Thursday, May 22, 2008 3:11 PM Subject: Re: [iText-questions] iText extension to merge pdf files Ok, I tested

Re: [iText-questions] iText extension to merge pdf files

2008-05-22 Thread Mohni, Daniel
... Daniel > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:itext-questions- > [EMAIL PROTECTED] Im Auftrag von Paulo Soares > Gesendet: Donnerstag, 22. Mai 2008 14:55 > An: Post all your questions about iText here > Betreff: Re: [iText-questions] iText extension

Re: [iText-questions] iText extension to merge pdf files

2008-05-22 Thread Mohni, Daniel
ons about iText here > Betreff: Re: [iText-questions] iText extension to merge pdf files > > Isn't that what PdfSmartCopy already does? > > Paulo > > - Original Message - > From: "Mohni, Daniel" <[EMAIL PROTECTED]> > To: > Sent: Thursday, May

Re: [iText-questions] iText extension to merge pdf files

2008-05-22 Thread Paulo Soares
Isn't that what PdfSmartCopy already does? Paulo - Original Message - From: "Mohni, Daniel" <[EMAIL PROTECTED]> To: Sent: Thursday, May 22, 2008 9:11 AM Subject: [iText-questions] iText extension to merge pdf files > Hello > > I made a extension

[iText-questions] iText extension to merge pdf files

2008-05-22 Thread Mohni, Daniel
Hello I made a extension to the PDFCopy class to cache XObjects Streams and replace following references to same objects. We are using this to concatenate pdf's where every single pdf contains a few pictures. The resulting pdf will only contain one of each picture for all source pdf's. I hope y