Simple question: Does anyone know what CF8 uses to render HTML into PDF?
More specifically, I'd like to know the version and if there's a complete description of what styles it does/doesn't support.
(for example, it doesn't support CSS page breaking - you need to use cfdocumentitem which isn't as flexible)
Yes, it does use iText. CF8 uses version 1.4:
<cfset doc = createObject("java", "com.lowagie.text.Document")>
<cfdump var="#doc.getVersion()#">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With