Re: [iText-questions] Best Approach to Add a new Pages to an Existing PDF

2007-04-09 Thread Carsten Hammer
Be careful using addtemplate. See http://article.gmane.org/gmane.comp.windows.dotnet.itextsharp.general/1407 Best regards, Carsten David Powell schrieb: > 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 > do

[iText-questions] Best Approach to Add a new Pages to an Existing PDF

2007-04-08 Thread David Powell
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.newPa