Q: Can jPDFNotes delete or insert pages within a PDF document? How about flattening annotations or form fields?

A: If you’d like the option for your users to delete/ insert pages or flatten annotations or fields within PDF documents, it is possible to do so using jPDFNotes.

The interface MutableDocument allows document manipulation within jPDFNotes. This interface is implemented by the documents loaded in PDFNotesBean to allow the host application to perform some document manipulation fuctions, such as merging of documetns, deleting pages and flattening annotations.

Use PDFNotesBean.getMutableDocument() to get a MutableDocument that you can work with.