module Pdfcmap: sig .. end
sig
end
Parsing ToUnicode and other CMaps
type cmap = {
map : (int * string) list;
(int * string) list
wmode : int option;
int option
}
val parse_cmap : Pdf.t -> Pdf.pdfobject -> cmap
Pdf.t -> Pdf.pdfobject -> cmap
Parse a CMap.