cfhtmltopdf(orientation=landscape) doesn't work (a...
# adobe
d
cfhtmltopdf(orientation=landscape) doesn't work (as per https://tracker.adobe.com/#/view/CF-4219706). Also I've found unit=cm doesn't work, most of the world use metric 😉 . Also you can't create pdfs smaller than 2inches (e.g. barcode labels, name badges, etc.). @Mark Takata (Adobe) any idea when CF2023 Update 7 will be released, and if any of these bugs will be part of that? Just trying to work out how long we can hold this change to use cfhtmltopdf back, or whether we need to revert back to wkhtmltopdf.
d
You could always work around the
unit=cm
not working by multiplying your unit values by 2.54 and using
unit=in
instead.
cm * 2.54 = inch
m
Dave did you put in the "unit=cm" issue as an enhancement request into tracker?
d
❤️ 1
m
Thank you!