File: pdfcmap.mli

package info (click to toggle)
camlpdf 2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,272 kB
  • sloc: ml: 20,816; ansic: 9,525; makefile: 100; sh: 23
file content (8 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
(** Parsing ToUnicode and other CMaps *)

type cmap =
  {map : (int * string) list;
   wmode : int option}

(** Parse a CMap. *)
val parse_cmap : Pdf.t -> Pdf.pdfobject -> cmap