cfpdf action thumbnail doesn't create thumbnails. Tested cfdocument and cfpdf "addWatermark" and they function properly. Tested code on cfml server and it functions correctly.
My code:
<cfpdf action="thumbnail" source="test.pdf" pages="1" imagePrefix="Cover" format="png" scale="50" resolution="low">
Windows, Lucee 5
We are still waiting for a solution for this problem.
The issue has been prio Major for 1.5 years and an official comment on ETA would be nice.
Guys, can we please get this fixed? We have a large client that needs this feature.
Large client could afford to sponsor a fix?
At the very least, a “not implemented” error should be thrown. The code should not just pretend that all is well!
I’ve attached a rewritten version of 's replacement solution. Thanks for the research and inspiration, !
PR to throw until this is implemented
I have updated docs to reflect this