Text out of tables converting pdf to docx

Hi converting from pdf the text in docx file is unformatted in docx output file. this the code to convert from pdf to docx.

string fileSource = @"C:\temp\xxx.pdf";
Aspose.Words.Document x = new Aspose.Words.Document(fileSource);
string fileName = Path.ChangeExtension(fileSource, "docx");
x.Save(fileName);

is there a way to upload the source pdf file so you can try the conversion?

@fabriziodb Could you please attach your source and output documents here for testing (just drag and drop the files into the message.) We will check the issue and provide you more information.

Aeroporti (trasporto aereo).pdf (412.7 KB)
_Aeroporti (trasporto aereo).docx (48.8 KB)

@fabriziodb Thank you for additional information.
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-25066

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.

we already have a subscription:

1 Like

hi is this fix resolved? thanks

@fabriziodb Unfortunately, the issue is still unresolved. We will be sure to let you know once it is fixed or we have more information for you.

Hi, is there any news?

@fabriziodb I am afraid there are no news regarding the issue yet. It requires improving table recognition mechanism improvement, ,which is not an easy task. Please accept our apologies for your inconvenience.