package camlpdf

  1. Overview
  2. Docs
Read, write and modify PDF files

Install

Dune Dependency

Authors

Maintainers

Sources

v2.5.3.zip
sha256=8501f9316c778cf5d393b0912974dcdcb3bdb15e735ee5d65c983c64d909b4bb

doc/camlpdf/Pdfdest/index.html

Module Pdfdest

type targetpage =
  1. | PageObject of int
  2. | OtherDocPageNumber of int
type t =
  1. | Action of Pdf.pdfobject
  2. | NullDestination
  3. | NamedDestinationElsewhere of string
  4. | XYZ of targetpage * float option * float option * float option
  5. | Fit of targetpage
  6. | FitH of targetpage * float option
  7. | FitV of targetpage * float option
  8. | FitR of targetpage * float * float * float * float
  9. | FitB of targetpage
  10. | FitBH of targetpage * float option
  11. | FitBV of targetpage * float option
val read_targetpage : Pdf.pdfobject -> targetpage
val read_destination_error : string -> string -> t
val read_destination : Pdf.t -> Pdf.pdfobject -> t
val pdf_of_targetpage : targetpage -> Pdf.pdfobject
val pos_null : float option -> Pdf.pdfobject
val pdfobject_of_destination : t -> Pdf.pdfobject
val clip_pair : (float * float) -> float * float
val transform_destination : Pdftransform.transform_matrix -> t -> t
OCaml

Innovation. Community. Security.