Skip to main content

Crate folio_annot

Crate folio_annot 

Source
Expand description

PDF annotation types — reading, creating, and modifying annotations.

Covers all 28 PDF annotation types defined in ISO 32000-2:2020 §12.5.

Structs§

Annot
A PDF annotation backed by a dictionary object.
AnnotFlags
Annotation flags (ISO 32000-2 Table 170).
BorderStyle
Annotation border style.

Enums§

AnnotType
PDF annotation types (ISO 32000-2 Table 169).
BorderStyleType
Border style types.

Functions§

get_ink_lists
Get ink annotation ink lists (array of stroke paths).
get_line_endpoints
Get line annotation endpoints.
get_link_uri
Get the URI from a Link annotation’s action.
get_quad_points
Get highlight/underline/strikeout/squiggly quad points.
get_vertices
Get polygon/polyline vertices.