You can use PdfCopy to add the pages or use Pdfstamper and add the pages 
with PdfStamper.insertPage().

Paulo

----- Original Message ----- 
From: "David Powell" <[EMAIL PROTECTED]>
To: <itext-questions@lists.sourceforge.net>
Sent: Sunday, April 08, 2007 9:16 PM
Subject: [iText-questions] Best Approach to Add a new Pages to an 
ExistingPDF


> What is the best/recommended method to add a new page to a large PDF
> document? I want to add pages at the begin and at the end of the document. 
> I
> am thinking about using the following steps, but I am not sure this is the
> best approach:
> 1. Create a new Document
> 2. Add new pages using Document.newPage().
> 3. Import pages from the existing PDF document and add them those as
> templates.
>
> Is this the best approach? If not, what is the best way of accomplishing
> this?
>
> Thanks.
>
> -- 
> David


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to