Hi Thomas Thanks for your reply! I'll experiment with that approach.
Regards Jason Subject:Re: Flattening <http://markmail.org/message/w6tdf2hnimwx4uw3> [image: permalink] <http://markmail.org/message/w6tdf2hnimwx4uw3> From:Thomas Chojecki ([email protected]) Date:Sep 22, 2010 9:42:59 am List: org.apache.pdfbox.users Hi Jason, a quick way to do this, is to remove the fields from the acrofrom. For this you just need to get the document catalog, then the acroform and then remove all fields from this acroform. The graphical representation is linked with the annotation and stay in the document. Am 22.09.2010 07:12, schrieb Jason Stell: I'm looking for a way to "flatten" a pdf (basically, "merge" the interactive form fields directly into the pdf pages) , but haven't discovered how this can be done with PDFBox. Is this supported? Thanks much! Jason On Wed, Sep 22, 2010 at 12:12 AM, Jason Stell <[email protected]> wrote: > I'm looking for a way to "flatten" a pdf (basically, "merge" the > interactive form fields directly into the pdf pages) , but haven't > discovered how this can be done with PDFBox. Is this supported? > > Thanks much! > Jason >

