We are implementing the HTML to PDF feature using Java.
The PDF is generated correctly on the Windows server.
However, when running the same source on Linux, the PDF is not being generated.
echo "<p>test text</p>" | xvfb-run ./Html2Pdf "placeholder" "xxxxx.pdf" 800 600 0 0 0 0 1
successfully creates a PDF file, so it seems that the plugin installation is not the issue.
The Tomcat server on Linux is running with normal user permissions, and all folder permissions are correct.
What additional areas should be checked?