Module Pdfcmap

module Pdfcmap: sig .. end

Parsing ToUnicode and other CMaps


type cmap = {
   map : (int * string) list;
   wmode : int option;
}
val parse_cmap : Pdf.t -> Pdf.pdfobject -> cmap

Parse a CMap.