This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/editors/pdf/annotations.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. editors.pdf.annotations

API reference for the editors.pdf.annotations module.

# All public classes import directly from the top-level package:
from nutrient_sdk import PdfAnnotation

Classes

ClassDescription
PdfAnnotationRepresents a base annotation in a PDF document.
PdfAnnotationCollectionRepresents a collection of annotations on a PDF page. Provides methods to access, add, and remove…
PdfCircleAnnotationRepresents a circle (ellipse) annotation.
PdfFreeTextAnnotationRepresents a free text annotation (text box).
PdfHighlightAnnotationRepresents a highlight annotation.
PdfLineAnnotationRepresents a line annotation.
PdfLinkAnnotationRepresents a link annotation that can navigate to a destination or perform an action.
PdfMarkupAnnotationRepresents a markup annotation that can have replies and additional properties.
PdfRedactAnnotationRepresents a redaction annotation that marks content to be redacted.
PdfShapeAnnotationBase class for shape annotations (Line, Circle, Square).
PdfSquareAnnotationRepresents a square (rectangle) annotation.
PdfSquigglyAnnotationRepresents a squiggly underline annotation.
PdfStampAnnotationRepresents a stamp annotation.
PdfStrikeOutAnnotationRepresents a strikeout annotation.
PdfTextAnnotationRepresents a text annotation (sticky note) in a PDF document.
PdfUnderlineAnnotationRepresents an underline annotation.
PdfWidgetAnnotationRepresents a widget annotation (form field).