OpenOffice under CF 9 throws com.sun.star.task.ErrorCodeIOException
We are having a problem with OpenOffice that throws com.sun.star.task.ErrorCodeIOException exception while converting some .doc files into .pdf. Most of the .doc files are being converted normally so does the .rtf and .docx files. But few .doc files permanently throw this exception. What might be wrong with those files? Did anyone had this problem?
We are using the most simple code:
<cfdocument format="pdf"
srcfile="C:\Temp\555.doc"
filename="C:\Temp\New555.pdf">
</cfdocument>
What should we look at?
Thank you!
