Add, Delete, and Get PDF Annotations in Python
Contents
[
Hide
]
Annotations in PDF documents are elements that allow users to allocate content in a certain way in the document. Annotations can be used to add different types of notes, highlight text, draw shapes, attach files, and perform other actions that improve viewing, interactivity, and interaction within a document.
This page groups the main annotation types supported in this part of the documentation so you can quickly jump to the workflow you need.
We have combined the different kinds of annotation available for the Aspose.PDF for Python library into groups:
- Interactive Annotations
- Markup Annotations
- Media Annotations
- Security Annotations
- Shape Annotations
- Text Annotations
- Watermark Annotations
Related Annotation Topics
- PDF Annotations overview for the parent section and annotation concepts.
- Import and Export Annotations