Hello there,
I'm currently running AEM 6.3 and trying to Implement PDF rasterization as instructed here : https://helpx.adobe.com/experience-manager/6-4/assets/using/aem-pdf-rasterizer.html
I'm currently blocked by command which is throwing an expection as below :
'ERROR* [JobHandler: /etc/workflow/instances/server0/2018-09 27_1/createsubassets_89:/content/dam/corporate/creative/us/CP999/20017361_Creative.pdf/subassets/page2.pdf/jcr:content/renditions/original] com.day.cq.dam.pdfrasterizer.process.PdfRasterizerHandlingProcess execute: failed to execute command [[/opt/aem/crx-quickstart/launchpad/felix/bundle539/data/binaries/PDFRasterizer, -d, -p, *, -s, 1280]] for asset [/content/dam/amex/creatives/us/Folder/Creative.pdf/subassets/page2.pdf]'
After debugging the above looks like the command where its being executed is different from the path that AEM is installed on my machine.
Machine AEM Path :
/Users/SandeepKV/static-author/one-cms/crx-quickstart/logs
Command Execution Path :
/opt/aem/crx-quickstart/launchpad/felix/bundle539/data/binaries/PDFRasterizer, -d, -p, *, -s, 1280
Is there a way to change the path from where the above workflow command can be triggered, if not what the best solution in this regards
Please Advice.
Best
Sandeep KV