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

[iText-questions] Merging multiple pdfs

2010-10-07 Thread karthick
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? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Merging-multiple-pdfs-tp2967673p2967673.html Sent

RE: [iText-questions] Merging multiple PDFs

2003-06-20 Thread Paulo Soares
ECTED]' > Subject: [iText-questions] Merging multiple PDFs > > Hi, > > I am using the example code for merging of PDFs. Merging > of PDFs seems to take long time. > I have all the PDFs in memory as byte arrays. Is it possible to > use some other classes to m

[iText-questions] Merging multiple PDFs

2003-06-19 Thread Chadha, Jaideep
Hi, I am using the example code for merging of PDFs. Merging of PDFs seems to take long time. I have all the PDFs in memory as byte arrays. Is it possible to use some other classes to merge PDFs and improve performance. Thanks, Jaideep