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);
}