PDF to Docx formatting issues

Formatting Lost when converting PDF to Docx
Faced the same issue in Demo Website: Convert Files Online - Word, PDF, HTML, JPG And Many More

Following code is used to convert PDF to Docx.

string dataDir = @"D:\Aspose";
Document mainDoc = new Document(dataDir + "Template.pdf");
mainDoc.Save(dataDir + "Template_converted.docx", SaveFormat.Docx);

Attachments
Template.pdf → Base
Template_converted.docx → Result
Screenshot to highlight formatting issue

Observe placement of “Yes”, “No” in the attached screenshot to see the diff in formatAspose_Formatting_Issue_Pdf_to_Docx.zip (1.3 MB)

@gauravnagar
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-25577

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like

Any update regarding this?

@gauravnagar Unfortunately, there are no news regarding the issue yet. It is currently in the queue for analysis. We will keep you updated and let you know once it is resolved or we have more information for you.

Thank you, is it possible to provide a tentative date of resolution as this info is critical for our planning.

@gauravnagar Unfortunately, at the moment we cannot provide you any estimates, since our development team has not completed analysis yet. Please accept our apologies for your inconvenience.

Any updates regarding this?

@gauravnagar Unfortunately, there are still no news regarding the issue. It is still in the queue for analysis.

The issues you have found earlier (filed as WORDSNET-25577) have been fixed in this Aspose.Words for .NET 24.2 update also available on NuGet.