This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/flutter/annotations/create-edit-and-remove/disable-editing.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Disable PDF 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
)