package camlpdf

  1. Overview
  2. Docs

Module Pdfcmap

Parsing ToUnicode and other CMaps

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

Parse a CMap.