package camlpdf
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Read, write and modify PDF files
Install
dune-project
Dependency
Authors
Maintainers
Sources
v2.4.zip
sha256=e2d76c3127f5507f81e7827a100cd65d631a14c51c19dd2c7d00292fae1ebdee
md5=c2ee3f576e59b9201ea1219a29b5dee7
doc/camlpdf/Pdffun/index.html
Module Pdffun
type calculator = | If of calculator list| IfElse of calculator list * calculator list| Bool of bool| Float of float| Int of int32| Abs| Add| Atan| Ceiling| Cos| Cvi| Cvr| Div| Exp| Floor| Idiv| Ln| Log| Mod| Mul| Neg| Round| Sin| Sqrt| Sub| Truncate| And| Bitshift| Eq| Ge| Gt| Le| Lt| Ne| Not| Or| Xor| Copy| Exch| Pop| Dup| Index| Roll
and pdf_fun_kind = | Interpolation of interpolation| Stitching of stitching| Sampled of sampled| Calculator of calculator list
val string_of_calculator_inner : calculator -> stringval string_of_calculator : calculator list -> stringval print_function : t -> unitval keyword_of_string : string -> calculatorval parse_calculator : string -> calculator listval parse_function : Pdf.t -> Pdf.pdfobject -> tval eval_function_calculator : float list -> calculator list -> float listval eval_function : t -> float list -> float listval funtype_of_function : t -> intval mkreal : float -> Pdf.pdfobjectval entries_of_interpolation : interpolation -> (string * Pdf.pdfobject) listval entries_of_stitching : Pdf.t -> stitching -> (string * Pdf.pdfobject) listval extra_entries_of_function : Pdf.t -> t -> (string * Pdf.pdfobject) listval pdfobject_of_function : Pdf.t -> t -> Pdf.pdfobject sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>