|
Hey,
I'm trying to convert an HTML presentation to PDF using the following command:
java -Xmx512m -Djava.awt.headless=true -cp ./pd4ml_demo.jar Pd4Cmd 'http://html5-offline.appspot.com/#2' 1200 LETTER -bookmarks HEADINGS -pdfforms -debug -out pd4ml.pdf
OR
java -Xmx512m -Djava.awt.headless=true -cp ./pd4ml_demo.jar Pd4Cmd 'http://html5-offline.appspot.com/#2' 1200 > test.pdf
Both commands return an empty PDF page, any suggestions?
Thanks,
Stephan
|