This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/flutter/annotations/save/manual-save.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Manually save PDF annotations in Flutter

Nutrient automatically saves changed, created, or deleted annotations and bookmarks at several points. You can also trigger a save manually through the loaded document’s controller, which is available from the NutrientDocumentView onControllerReady callback:

await controller.document.save();