OpenOffice is now running launched by the commandline:
soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
and responding on localhost:8100:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
`ø'com.sun.star.bridge.XProtocolPropertiesUrpProtocolPropertiesFø3)F)¾#
\!üC
When we test by pointing a browser at
phpdocx/examples/advanced/Transform.php
it creates
phpdocx/examples/advanced/example_text.docx. However, it does not create
example_text.pdf, it displays a blank
screen. We verified that the file does not exist.
When I write my own version of this, the same thing happens: I create the
.docx file on the server, and call transformDocx, which executes, displays a
blank screen, and generates nothing.
What is our next step in debugging the problem? Thank you for your time and assistance.
Regards,
-Len