Liking cljdoc? Tell your friends :D

cljs-pdfkit.core


apply-stack-framecljs

(apply-stack-frame doc {:keys [font font-size]} save?)
source

apply-statecljs

(apply-state doc opts)
source

default-stackcljs

source

draw-tagcljsmultimethod

source

gen-apply-stateclj/smacro

(gen-apply-state)
source

gen-multimethodsclj/smacro

(gen-multimethods s)
source

handle-tagcljs

(handle-tag doc stack [tag tag-opts & children :as v])
source

make-linear-gradientcljs

(make-linear-gradient doc {[x1 y1 x2 y2] :points stops :stops})
source

make-radial-gradientcljs

(make-radial-gradient doc {[x1 y1 r1 x2 y2 r2] :points stops :stops})
source

pagecljs

(page doc page pdf-opts)
source

pdfcljs

(pdf dom)

Create a pdf with a vector of the form

[:pdf opts & pages]

opts takes the form {:info {:title "Title of the Document" :author "Author" :subject - "Subject" :keywords - "Keywords"} :layout "landscape"}

Create a pdf with a vector of the form

[:pdf opts & pages]

opts takes the form
{:info
  {:title "Title of the Document"
   :author "Author"
   :subject - "Subject"
   :keywords - "Keywords"}
 :layout "landscape"}
sourceraw docstring

PDFDocumentcljs

source

(print-through x)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close