com.github.jlangch.venice.templates.text-2-pdf.kira Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of venice Show documentation
Show all versions of venice Show documentation
Venice, a sandboxed Lisp implemented in Java.
Text to PDF
${ (doseq [line (first pages)] }$
${= (kira/escape-xml line) }$
${ ) }$
${ (doseq [page (rest pages)] }$
${ (doseq [line page] }$
${= (kira/escape-xml line) }$
${ ) }$
${ ) }$