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

Starting with Nutrient Web SDK 2018.2, the author of an annotation will be saved under the creatorName property of an annotation. By default, the creatorName for all newly created annotations is set to null.

The creatorName can be set by the Instance#setAnnotationCreatorName function:

instance.setAnnotationCreatorName("Alice");