editors_pdf_annotations
API reference for the editors_pdf_annotations module.
from editors.pdf.annotations import *Classes
| Class | Description |
|---|---|
PdfAnnotation | Represents a base annotation in a PDF document. |
PdfAnnotationCollection | Represents a collection of annotations on a PDF page. Provides methods to access, add, and remove⦠|
PdfCircleAnnotation | Represents a circle (ellipse) annotation. |
PdfFreeTextAnnotation | Represents a free text annotation (text box). |
PdfHighlightAnnotation | Represents a highlight annotation. |
PdfLineAnnotation | Represents a line annotation. |
PdfLinkAnnotation | Represents a link annotation that can navigate to a destination or perform an action. |
PdfMarkupAnnotation | Represents a markup annotation that can have replies and additional properties. |
PdfRedactAnnotation | Represents a redaction annotation that marks content to be redacted. |
PdfShapeAnnotation | Base class for shape annotations (Line, Circle, Square). |
PdfSquareAnnotation | Represents a square (rectangle) annotation. |
PdfSquigglyAnnotation | Represents a squiggly underline annotation. |
PdfStampAnnotation | Represents a stamp annotation. |
PdfStrikeOutAnnotation | Represents a strikeout annotation. |
PdfTextAnnotation | Represents a text annotation (sticky note) in a PDF document. |
PdfUnderlineAnnotation | Represents an underline annotation. |
PdfWidgetAnnotation | Represents a widget annotation (form field). |