Convert PDF to Excel with all images found in PDF document?

Hi Aspose team,

I would like to convert PDF to Excel with following code:

Document document = new Document("SomeDocument.pdf");
ExcelSaveOptions saveOptions = new ExcelSaveOptions();
saveOptions.InsertBlankColumnAtFirst = false;
saveOptions.MinimizeTheNumberOfWorksheets = true;
document.Save("NewDocument.xls", saveOptions);

It created XLS document but I do not have a single images from PDF document. Only text is exported.

What would you recommend to be used to convert PDF to Excel where images in PDF document are also included?

Thx

Hi Oliver,


Thanks for contacting support.

We have already logged a feature request as PDFNET-36628 in our issue tracking system, for the enhancement and have associated the request ID with this forum thread as well, so that you will be notified once the issue has been added. As soon as we have some significant updates, we will surely let you know. Please be patient and spare us little time.

We are sorry for this inconvenience.


Best Regards,
Hi Asad,

thanks.
If you can also keep formatting from PDF that will be perfect.
Btw. this already works in Aspose.Words and Aspose.Slides.

BR,
Oliver

Hi Oliver,


Thanks for adding more details.

Would you please share your sample PDF document so that we can also observe the formatting issue in our environment and address it accordingly.


Best Regards,
Hi,

sure, please find attach PDF but also output in Excel format.

Hi Oliver,


Thanks for sharing the sample document(s).

We have tested the scenario in our environment and observed that formatting was totally ignored by the API, in the resultant file. Hence, we have logged an issue as PDFNET-42922 in our issue tracking system, for the sake of correction. We will further investigate the issue and keep you posted with the status of its rectification. Please be patient and spare us little time.

We are sorry for the inconvenience.


Best Regards,

Hi asad,

We have the same problem : we can’t find any image in output excel.
Is there any update ?

Best regards,
xyz

@XY_ZHANG

Thanks for your inquiry.

We regret to share that earlier logged ticket is not yet resolved. We will surely let you know as soon as we have some definite updates regarding resolution of the ticket. Please spare us some time.

We are sorry for the inconvenience.

The issues you have found earlier (filed as PDFNET-36628) have been fixed in Aspose.PDF for .NET 23.7.