HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › Supported platforms › Re: Re: Supported platforms
August 4, 2009 at 22:00
#27228
Hi, we updated the java of one of the machines and now we can create the PDF executing in SSH, see the command:
/QOpenSys/QIBM/ProdData/OS400/PASE/bin/java -Xmx512m -Djava.awt.headless=true -cp .:pd4ml.jar Pd4Php http://127.0.0.1:8000/scriptcase/tmp/test.html 800 LETTER -orientation PORTRAIT -permissions 2076 > /www/zendcore/htdocs/scriptcase/tmp/test.pdf
but when executing this same command in PHP (exec, system, shell, passthru and all others functions) we always are getting a 0kb pdf.
what can we do?