module Pdfmarks:sig..end
Bookmarks
type t = {
   | 
level :  | 
   | 
text :  | 
   | 
target :  | 
   | 
isopen :  | 
   | 
colour :  | 
   | 
flags :  | 
}
The type of bookmarks.
val string_of_bookmark : t -> stringDebug string from a bookmark.
val read_bookmarks : preserve_actions:bool -> Pdf.t -> t listRead the bookmarks from a document. If preserve_actions is set, the
    target preserves actions rather than extracting the resultant rectangle.
    See discussion of shallow in Pdfdest.
val remove_bookmarks : Pdf.t -> Pdf.tRemove the bookmarks from a document.
val add_bookmarks : t list -> Pdf.t -> Pdf.tAdd bookmarks to a document, replacing any currently there.
val transform_bookmark : Pdf.t -> Pdftransform.transform_matrix -> t -> tTransform a bookmark's destination