Convert DOC to ODT

Hi,

We tried to convert the file in doc format to odt format, but the table could not be aligned after conversion.
Is there any solution?

The following is the conversion program snippet:

		    InputStream in = FileUtils.openInputStream(new File("test.doc"));	
		    Document doc = new Document(in);
		    OutputStream odtOut = new FileOutputStream("test.odt");
		    doc.save(odtOut, SaveFormat.ODT);

file.zip (14.0 KB)

@esound,

We have logged this problem in our issue tracking system with ID WORDSNET-21958. We will further look into the details of this problem and will keep you updated on the status of correction. We apologize for your inconvenience.

@esound,

Table alignment is changed after conversion but MS Word also produces exactly the same output. You can ‘save as’ source document using MS Word and observe change in alignment in MS Word generated output as well. Can you please also provide your expected document showing the desired output along with the details of the application (OpenOffice Writer etc) that is used to create this expected document? Thanks for your cooperation.

Here is the document.
file2.zip (10.0 KB)

@esound,

We will keep you posted on any further updates and let you know when this issue will be resolved in future.