(fo-to-pdf 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.
Common options are
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. Common options are See the Apache FOP documentations for details.
(new-fop-factory)
(new-fop-factory filename & opts)
Creates a new FopFactory instance.
Creates a new FopFactory instance.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close