Forum


Replies: 9   Views: 7762
Openoffice version
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by LenB  · 11-04-2013 - 12:13

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