Liking cljdoc? Tell your friends :D

clj-pdf.core


*pdf-writer*clj

source

background-color-applierclj

(background-color-applier background-color)
source

buffered-imageclj

(buffered-image img-data)
source

collateclj

(collate & params)

usage: takes an output that can be a file name or an output stream followed by one or more documents that can be input streams, urls, filenames, or byte arrays.

usage: takes an output that can be a file name or an output stream followed by one or more documents
that can be input streams, urls, filenames, or byte arrays.
sourceraw docstring

fonts-registered?clj

source

page-events?clj

(page-events? {:keys [pages page-events]})
source

pdfclj

(pdf in out)

in can be either a vector containing the document or an input stream. If in is an input stream then the forms will be read sequentially from it. out can be either a string, in which case it's treated as a file name, or an output stream.

NOTE: using the :pages option will cause the complete document to reside in memory as it will need to be post processed.

`in` can be either a vector containing the document or an input stream. If in
is an input stream then the forms will be read sequentially from it. `out` can
be either a string, in which case it's treated as a file name, or an output
stream.

NOTE: using the :pages option will cause the complete document to reside in
memory as it will need to be post processed.
sourceraw docstring

(preprocess-header-footer-content content
                                  meta
                                  doc
                                  footer?
                                  page-numbers?
                                  header-first-page?)
source

(set-header-footer-table-width table doc page-numbers?)
source

set-marginsclj

(set-margins doc
             left-margin
             right-margin
             top-margin
             bottom-margin
             page-numbers?)
source

(set-table-header-footer-event header-content
                               footer-content
                               meta
                               doc
                               margins
                               page-numbers?
                               pdf-writer
                               header-first-page?)
source

(table-footer-header-event header-content
                           footer-content
                           margins
                           header-first-page?)
source

(table-header-footer-height content meta doc page-numbers? footer?)
source

templateclj/smacro

(template t)
source

watermark-stamperclj

(watermark-stamper meta)
source

(write-header-footer-content-row {:keys [table x y]} writer)
source

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

× close