Installation of OpenOffice (CF9 | CentOS)
Had OpenOffice installed with CF9, when I tried to use it, it threw a 'please locate OO install' error, so found the headless... etc string and had that applied, NOW it's throwing a "com.sun.star.task.ErrorCodeIOException:".
Actual test code is EXTREMELY basic
<cfset doc_source = ExpandPath('test.doc') >
<cfset doc_result = ExpandPath('test.pdf')>
<cfdocument filename="#doc_result#" srcfile="#doc_source#" pdfa="true" format="pdf" />
