Re: [iText-questions] Merging multiple pdfs

2010-10-10 Thread Bruno Lowagie
Op 10/10/2010 1:44, karthick schreef: > I tried to attach document at the end of existing document. It automatically > adds page numbers even if the attached document does or does not have page > numbers. That's not possible unless you've written code that adds page numbers. > But, it overwrites

Re: [iText-questions] Merging multiple pdfs

2010-10-10 Thread karthick
I tried to attach document at the end of existing document. It automatically adds page numbers even if the attached document does or does not have page numbers. But, it overwrites (looks very ugly) if the external attached doc. already has page numbers. Any suggestion to fix this? Thanks. -- View

Re: [iText-questions] Merging multiple pdfs

2010-10-08 Thread Ed M
To merge multiple PDFs, you essentially want to use a PdfCopy to generate the merged Pdf file. The output stream can be directed to a physical file or to a BLOB for storage in the database. You will want a FOR-LOOP for each PDF you wish to merge. Use a PdfReader to read each PDF you wish to mer

Re: [iText-questions] Merging multiple pdfs

2010-10-08 Thread 1T3XT info
On 8/10/2010 1:03, karthick wrote: > > I generate couple of pages PDF document based on db data. I'd like to insert > an external pdf > dynamically and also need to re-number the pages (page number). Any > pointers? Do the original PDFs already have page numbers? If so, you'll have a hard time ren

RE: [iText-questions] Merging multiple PDFs

2003-06-20 Thread Paulo Soares
If you want speed Java is not your friend. If I had faster classes I would use them instead of the current ones. Best Regards, Paulo Soares > -Original Message- > From: Chadha, Jaideep [SMTP:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2003 18:52 > To: '[EMAIL PROTECTED]' > Subject: