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
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
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
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
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
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
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