Unhandled Exception / crash when converting PPT to PDF in .NET

Hi,
GroupDocs.Conversion 22.8 crashed / ran into an unhandled exception when converting the attached PPT to PDF.
‘System.StackOverflowException’ occurred in System.Drawing.dll
017595.zip (23.6 KB)

No special options were used for converion:

using (var conv = new Converter(documentPath))
{
	var options = new PdfConvertOptions();
	conv.Convert("output.pdf", options);
}

The same problem happens with GroupDocs.Viewer:

1 Like

@Clemens_Pestuka

We are investigating this issue. Your investigation ticket ID is CONVERSIONNET-5514.

1 Like