Disable annotation editing in Flutter
Nutrient Flutter SDK allows you to create, edit, or delete annotations in a document.
To disable annotation editing for your document, you can set the enableAnnotationEditing
configuration option to false
, like this:
PdfConfiguration(
enableAnnotationEditing: false
)