You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Hesham G." <we...@gawab.com> on 2009/03/24 13:04:05 UTC

Adding a new page to a pdf

Hi, 

I'm using PDFBox to read & edit pdf files.
I know i can add a new page to a pdf file using the addPage() method. 
This method will add the new page to the end of the file. 

But Is there a way to add this new page after a specific page in that pdf ? 

Thanks ,
Hesham