-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Bruno Lowagie (iText)
Sent: Tuesday, October 30, 2007 8:05 PM
To: Post all your questions about iText here
Subject: Re: [iText-questions] Appending a pdf to an existing pdf file
[EMAIL PROTECTED] wrote:
> When
[EMAIL PROTECTED] wrote:
> When we want to append a pdf to an existing pdf file is it necessary to
> always create an instance of a PdfReader for the existing pdf (to find
> page no's etc?)?
Yes.
>> Even if you would want to change an existing PDF in append mode (where
> the new bytes are added
he need of a temp file.
Regards,
Taj
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Bruno Lowagie (iText)
Sent: Tuesday, October 30, 2007 6:55 PM
To: Post all your questions about iText here
Subject: Re: [iText-questions] Appending a pdf to an existing pdf
[EMAIL PROTECTED] wrote:
> Hello,
>
> I am trying to append a pdf file to another existing pdf file. Can that
> be achieved through itext without creating a new temp output file where
> I will have to copy both the pdfs to actually merge them.
Yes and no.
When manipulating a PDF (with PdfRead
Hello,
I am trying to append a pdf file to another existing pdf file. Can that
be achieved through itext without creating a new temp output file where
I will have to copy both the pdfs to actually merge them.
Currently that is how I am able to append. If I need to append a pdf say
Pdf1 to anoth