module Cpdfannot:sig..end
Annotations
val get_annotations_json : Pdf.t -> int list -> Pdfio.bytesGet annotations as JSON
val set_annotations_json : Pdf.t -> Pdfio.input -> unitSet annotations from JSON.
val remove_annotations : int list -> Pdf.t -> Pdf.tRemove the annotations on given pages.
val copy_annotations : int list -> Pdf.t -> Pdf.t -> unitCopy the annotations on a given set of pages
val get_annotations : Cpdfmetadata.encoding -> Pdf.t -> (int * string) listReturn the annotations as a simple old-style (pagenumber, content) list.
val list_annotations : int list -> Cpdfmetadata.encoding -> Pdf.t -> unitList the annotations to standard output in a given encoding.