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.9.tar.gz
md5=ec43131411388cab3ed5e936859497d3
sha512=1138361140e66ba94b93dbe70133f7471d3b027cd05fcef87f3349d724e06a1748dbef194c1df0965f8d08500531aa2d97b41d058e651bbb249ec59e0b8fb5fe
doc/camlpdf/Pdfannot/index.html
Module Pdfannot
Annotations
Annotation borders.
type subtype = | Text| Link| FreeText| Line| Square| Circle| Polygon| PolyLine| Highlight| Underline| Squiggly| StrikeOut| Stamp| Caret| Ink| Popup of t| FileAttachment| Sound| Movie| Widget| Screen| PrinterMark| TrapNet| Watermark| ThreeDee| Unknown of string
Annotation types
and t = {subtype : subtype;annot_contents : string option;subject : string option;rectangle : float * float * float * float;border : border;colour : (int * int * int) option;annotrest : Pdf.pdfobject;
}Annotations.
Return the annotations on a page in a document.
val make_border :
?vradius:float ->
?hradius:float ->
?style:style ->
?dasharray:int array ->
float ->
borderMake a border.
val make :
?content:string ->
?border:border ->
?rectangle:(float * float * float * float) ->
?colour:(int * int * int) ->
?subject:string ->
subtype ->
tMake an annotation of a given subtype.
val transform_annotations :
Pdf.t ->
Pdftransform.transform_matrix ->
Pdf.pdfobject ->
unitTransform all annotations in a page dictionary, e.g /Rect and /QuadPoints.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>