I cannot convert pdf file to word like the original pdf

Hello .
I am a new user of aspose.pdf.
I would like to convert pdf file to word using aspose.pdf.
My pdf file is consist of tables.
I append pdf file .
https://drive.google.com/file/d/0BzEc51fOoK5kOU5wZ01lYkJuc2M/view?usp=sharing
After I convert this pdf file, I can get a word file.
test.zip (188.5 KB)

	com.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document("E2PDFC-out.pdf");

	pdfDocument.save("test.doc",SaveFormat.Doc);

But the word file is not same as pdf file.
desc.png (173.7 KB)
Pls help me.

A post was merged into an existing topic: How can I convert excel file to word?