Annotation or form flattening refers to the operation that changes annotations (such as markup, widgets, 3D models, etc.) into a static area that is part of the PDF document, just like the other text and images in the document.
Forms share a relationship with annotations because the visual display of a form is a widget annotation. The process of flattening annotations therefore can optionally flatten forms as well. By flattening and merging existing annotation appearances with page content, the original annotations are deleted from the PDF pages.
Note that it is not possible to undo the flatten operation. An alternative approach to annotation or form flattening is to set the annotation to ReadOnly
. The ReadOnly
property on the Annotation class enables this modification. If it's read only then it can't be edited or deleted.
To flatten annotations, you can perform this when getting the PDF file data or while downloading the PDF file locally. There is also the option to flatten select annotations.
Use the getFileData method and the flatten
option for the annotations to be flattened in the document output when getting the data for uploading to a server.
A flag that is only useful when the xfdfString option is used. If true all the annotations in the saved document will be flattened.
Use the downloadPdf method and the flatten
option for the annotations to be flattened in the document output when downloading the PDF locally.
Whether or not to flatten all the annotations in the downloaded document. Only useful if fullAPI is enabled and either `xfdfString` or `includeAnnotations` is used.
Use flattenAnnotations method to flatten all annotations into a document.
Use the flatten method on annotation objects to flatten select annotations into the document.
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales