When converting a PDF document to a Word document, texts are overlapped/not aligned properly in the Word document,

Hello Aspose team,

After the upgrading of the aspose pdf version to 22.8, and 22.9 for word we encountered issues with conversion. When converting a PDF file to a Word Document, we have experienced overlapping of text issues. We used the following code snippet for testing:

import com.aspose.pdf.Document
import com.aspose.pdf.SaveFormat

class Test{
static void pdfToWordConverter(){
Locale.setDefault(new Locale(‘en-us’));
Document document = new Document(‘test.pdf’)
document.save(‘test.docx’, SaveFormat.DocX)
}

static void main(String[] args){
    pdfToWordConverter();
}
}

Please refer to the attached resources which contains the pdf file and the corresponding converted word file to further analyze this from your end.

Also please let us know if we can work our way around this and fix this with minor fixes in the current code or not.

Thanks,
Bivek

test.docx (163.9 KB)
test.pdf (82.3 KB)

@kasajuBivek

We have logged this problem in our issue tracking system as PDFJAVA-42052. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hello Aspose team,

It has been almost four months and I have not heard anything back from you.

Could you please provide any sort of response asap?

Regards,
Bivek

@kasajuBivek

Your issue was escalated to Enterprise Support and our product team is working over it. Currently, there is no update available on it. We will be sure to inform you once there is an update available on it. We apologize for your inconvenience.

@tahir.manzoor
Could you please provide any update on this?

@anilmhjn

We are afraid that the ticket has not been yet resolved. We will surely inform in the respective paid support forum once we have some news about its fix or resolution ETA. We apologize for the inconvenience.

The issues you have found earlier (filed as PDFJAVA-42052) have been fixed in Aspose.PDF for Java 23.2.