StackOverflowException in PowerPoint pagination

Hi GemBox Team,

I have a PowerPoint file that causes a StackOverflowException when I load the pages like this:

var presentation = PresentationDocument.Load(inputPath);        
var pages = presentation.GetPaginator().Pages;

I am using GemBox version 49.0.1032-hotfix.
The file for reproduction can be downloaded here: WeTransfer-StackOverflow.pptx

Could you have a look at the behaviour?

Kind regards,
Sarah

Hi Sarah,

Please try again with this latest GemBox.Presentation package:
Install-Package GemBox.Presentation -Version 25.0.1696-hotfix

Or this latest GemBox.Bundle package:
Install-Package GemBox.Bundle -Version 49.0.1037-hotfix

Does this solve your issue?

Regards,
Mario

1 Like

Hi Mario,

thank you for your quick fix. It works :+1:

Regards,
Sarah