Liking cljdoc? Tell your friends :D

org.soulspace.cmp.fop


fo-to-pdfclj

(fo-to-pdf fo pdf-file)
(fo-to-pdf fop-factory fo pdf-file)
(fo-to-pdf fop-factory fo pdf-file opts)

Creates the pdf-file from the fo input. Optionally takes the fop-factory and an opts map to set via the created FOUserAgent. See the Apache FOP documentations for details.

Creates the `pdf-file` from the `fo` input. Optionally takes the `fop-factory`
and an `opts` map to set via the created FOUserAgent.
See the Apache FOP documentations for details.
sourceraw docstring

new-fop-factoryclj

(new-fop-factory)
(new-fop-factory filename & opts)

Creates a new FopFactory instance.

Creates a new FopFactory instance.
sourceraw docstring

new-user-agentclj

(new-user-agent fop-factory & opts)

Creates a new FOUserAgent from the fop-factory to customize output properties.

Creates a new FOUserAgent from the `fop-factory` to customize output properties.
sourceraw docstring

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

× close