This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/react-native/annotations/create-edit-and-remove/author-name.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Set PDF annotation author in React Native | Nutrient SDK

Each annotation created by your users will contain the annotation author name. By default, Nutrient will ask your users for this name the first time they create an annotation.

Annotation creator dialog

You can programmatically set the annotation author name using the annotationAuthorName prop like this:

<NutrientView
document={DOCUMENT}
ref={this.pdfRef}
fragmentTag="PDF1"
annotationAuthorName={'Jane Appleseed'}
style={{ flex: 1 }}
/>