This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/react-native/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 annotation in React Native | Nutrient

PSPDFKit allows you to manually save changed, created, or deleted annotations to a document. You can trigger a manual save by calling save() on the current document, like so:

await this.pdfRef?.current?.getDocument().save();

For more details and sample code, see the ManualSave.tsx example(opens in a new tab) from the Catalog example project.