> To: Paulo Soares; [EMAIL PROTECTED]
> > Subject: RE: [iText-questions] Concatenating an existing PDF
> > with a new document in a servlet.
> >
> > Paul
> >
> > Thankyou for your reply. This narrows my problem down to the
> > fact that I'm not sure
mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 24, 2004 4:02 PM
> To: Paulo Soares; [EMAIL PROTECTED]
> Subject: RE: [iText-questions] Concatenating an existing PDF
> with a new document in a servlet.
>
> Paul
>
> Thankyou for your reply. This narrows my problem down to the
&
Paul
Thankyou for your reply. This narrows my problem down to the fact that I'm not sure
how to create a new document as a byte array. Previously I have used something like:
Document document = new Document()
PdfWriter.getInstance(document, new FileOutputStream("3.pdf"));
...which
Create your cover page in memory. Now you can concatenate two documents:
one created with PdfReader(byte[]) and the other from PdfReader(String).
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Richard Corfield
> Sent