AsposePDF problem in converting PDF to CSV

Even after following exact code given in sample in user guide, the converted file does not contain proper coma separated text of original pdf file. Instead it gives some thing like XML code.
But
If you use the free live trial link given in user guide, the down loaded file contains proper CSV text.

I want to convert directly to comma separated text output.

Please help.

@MukundGadre

Can you please share input file and expected CSV file with the sample code you are currently using. We will investigate it to help you further in this regard.

Dear Mr. Mudassir,

Thanks for your reply.

I searched on your site for anybody facing similar problem and found you had answered similar question after 6 years.

You had added one line of code in your example

excelSave.ConversionEngine = ExcelSaveOptions.ConversionEngines.NewEngine;

which used another engine for conversion and the problem got solved.

Thanks for your prompt response for help. I will contact you again if I face any other problem.

image002.jpg (173 Bytes)

@MukundGadre

It is good to know that it is working on your end. Thank you for your valuable feedback.