PDF to Word - each character as separate paragraph

Hello Aspose Team,

Please find the attached samples where each character was written into Word as separate paragraph.

Can you let me know when that can be fixed?

That was tested using version 9.3.1.


Best regards,

Wojtek

Hi Wojtek,


Thanks for contacting support.

We are working over this query and will get back to you soon.

Hi Wojtek,


Thanks for your patience.

I have tested the scenario using Aspose.Pdf for Java 9.3.1 in Eclipse Juno application running over Windows 7 (x64) where I have JDK 1.7 and I am getting Invalid attribute local name exception during conversion. For the sake of correction, I have logged this problem as PDFNEWJAVA-34426 in
our issue tracking system. We will further look into the details of this
problem and will keep you updated on the status of correction. Please be
patient and spare us little time. We are sorry for this inconvenience.

Hello Nayyer,

Is there any update on this?

I found following entry for PDF 9.5.0:

PDFNEWJAVA-34166 PDF to DOC: split words issue

May it be related to my problem?


Best regards,

Wojtek

Hi Wojtek,


Thanks for your patience.

We are pleased to share that the issue reported earlier is resolved in latest release of Aspose.Pdf for Java 9.5.0. Please note that in order to resolve your problem, make following changes in code

com.aspose.pdf.SaveFormat.Doc to com.aspose.pdf.DocSaveOptions.DocFormat.Doc

in the following line:

saveOptions.setFormat(SaveFormat.Doc); → saveOptions.setFormat(DocFormat.Doc); or saveOptions.setFormat(DocFormat.DocX);