Am 12.10.2015 um 22:03 schrieb Adam Retter:
Hey there,

I want to add a cover page to a PDF, i.e. add a new *first* page to an
existing PDF.

I managed this with 1.8.0 by manipulating the page nodes via
PDPage#setParent, however I can't figure out how to do this with
2.0.0-SNAPSHOT.

Can anyone tell me how to insert a new page at index 0 for an existing PDF?
Perhaps subsequently adding an example to
https://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/
could help others?

You can't... unless you create a new PDDocument with the cover page and then run a merge.

Your feature request already has an issue:
https://issues.apache.org/jira/browse/PDFBOX-2400

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to