Hi,
This ERROR is shown in the server.log of aemforms on jee(6.4). When invoking the convertpdf service of aem-forms via java-api.
Linux/Jboss/Aem forms on jee(6.4)
2018-04-19 09:41:14,468 ERROR [stderr] (ProcessResource@2db89251(name=convertpdf.exe,pid=0) Error Reader) chmod: '/opt/jboss-as/blv-jboss-eap-7.0/standalone/svcnative/ConvertPdfService/bin/libPDFlattener.ppi': File not found
Seems to be this line in the convertpdf.exe
chmod a+x $myPath/bin/libPDFlattener.ppi
There is no such file in the /bin directory
Any idea?