PageSavingCallback for PdfSaveOptions

Hi, I have a requirements to track progress when converting from Excel to PDF and it seems PageSavingCallback does not exist in PdfSaveOptions like it does in the Fixed…objects.

Is there a way to get saving progress callback when converting ?

Thanks

Environment: Windows, .NET 4.7, C#

@reisvm,
Aspose.Cells has this feature where progress can be tracked while converting Excel to PDF. You may please visit the following article to get a complete working example and share the feedback.

Track Document Conversion Progress

Ok, I am using version 19.5 of Aspose.Cells and there is no property “PageSavingCallback” in PdfSaveOptions what am I missing here ?

Thanks

I figure it out, I need 19.8 version.

Thanks

@reisvm,

We added the API in Aspose.Cells for .NET v19.7 but it is better to use latest version/fix: Aspose.Cells for .NET v19.8 which has more fixes and enhancements.