We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a701152 commit 7a6912cCopy full SHA for 7a6912c
1 file changed
src/clj/catalog/layout/fop.clj
@@ -1074,8 +1074,9 @@
1074
(xml/indent out))))
1075
1076
(defn generate-pdf!
1077
- "Return a pdf in `out` for given `document`, which is a string
1078
- containing xsl-fo XML. The pdf is generated using the [Apache
+ "Return a pdf in `out` for given `document`, which is a tree of
+ Element records as defined in clojure.data.xml, containing xsl-fo
1079
+ XML. The pdf is generated using the [Apache
1080
Fop](https://xmlgraphics.apache.org/fop/) xsl-fo formatting objects
1081
processor."
1082
[document out]
0 commit comments