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