To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96567





------- Additional comments from [EMAIL PROTECTED] Fri Nov 28 14:55:22 +0000 
2008 -------
How to produce this error:

1. Today I use ubuntu 8.10 x86_64 with vanilla OO 3.0 from this site. But I
produce this error on ubuntu x86 too.

2. Download converter (jodconverter-2.2.1.zip) from
http://www.artofsolving.com/opensource/jodconverter ( direct link to sourceforge
-
http://sourceforge.net/project/downloading.php?group_id=91849&use_mirror=dfn&filename=jodconverter-2.2.1.zip&23833455
) into test folder;

3. Unzip converter;

4. Download test file
http://www.openoffice.org/nonav/issues/showattachment.cgi/58275/original.doc to
test folder

5. Start OO with network support:
soffice -nofirststartwizard -norestore
-accept="socket,host=127.0.0.1,port=8100;urp;"
or in headless mode without X server:
soffice -nofirststartwizard -norestore -headless
-accept="socket,host=127.0.0.1,port=8100;urp;"

6. convert test file to html:
java -jar ./jodconverter-2.2.1/lib/jodconverter-cli-2.2.1.jar original.doc
original.html

7. Look, there new original.html file in test folder.

8. Convert html back to doc:
java -jar ./jodconverter-2.2.1/lib/jodconverter-cli-2.2.1.jar original.html 
test.doc

9. Baah! OO window closed unexpected. Converter raise "Exception in thread
"main" com.artofsolving.jodconverter.openoffice.connection.OpenOfficeException:
conversion failed: could not save output document".

10. Restart OO by 5.

11. Successfully converting html to odt:
java -jar ./jodconverter-2.2.1/lib/jodconverter-cli-2.2.1.jar original.html 
test.odt

12. Successfully converting odt to doc:
java -jar ./jodconverter-2.2.1/lib/jodconverter-cli-2.2.1.jar test.odt 
result.doc

=====

Question - why it can convert doc to html, but can't covert html to doc?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to