camlpdf
Read, write and modify PDF files
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library camlpdf
type ocgconfig = {
ocgconfig_name : string option; |
ocgconfig_creator : string option; |
ocgconfig_basestate : ocgstate; |
ocgconfig_on : int list option; |
ocgconfig_off : int list option; |
ocgconfig_intent : string list; |
ocgconfig_usage_application_dictionaries : ocgappdict list option; |
ocgconfig_order : int Pdfutil.tree option; |
ocgconfig_listmode : ocglistmode; |
ocgconfig_rbgroups : int list list; |
ocgconfig_locked : int list; |
}
val read_ocgappdict : 'a -> 'b -> ocgappdict
val read_config : Pdf.t -> Pdf.pdfobject -> ocgconfig
val read_individual_ocg : Pdf.t -> Pdf.pdfobject -> ocg
val read_ocg : Pdf.t -> ocgproperties option
val print_ocg : (int * ocg) -> unit
val print_ocg_config : ocgconfig -> unit
val print_document_ocg : Pdf.t -> unit