Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello,
I am encountering consistent crashes when trying to convert various Office file formats (.doc, .docx, .xls, .xlsx, .ppt, .pptx) to PDF using Syncfusion libraries. The crashes occur at different stages depending on the file type, but all involve the conversion methods.
Crash happens in the method ConvertToPDF of the classes:
DocIORenderer()
XlsIORenderer()
PresentationToPdfConverter.Convert()
Error Log
Could not load signature of Syncfusion.Drawing.SkiaSharpHelper.FontExtension:GetTypeface due to: Could not resolve type with token 0100004d from typeref (expected class SkiaSharp.SKTypefaceStyle in assembly SkiaSharp, Version 2.88.0.0, Culture neutral, PublicKeyToken 0738eb9f132ed756) assembly:SkiaSharp, Version 2.88.0.0, Culture neutral, PublicKeyToken 0738eb9f132ed756 type:SkiaSharp.SKTypefaceStyle member:(null)
Environment Details
Platform: .NET MAUI
Target Framework: .NET 9
MAUI Version: 9.0.12
Syncfusion NuGet Packages:
Syncfusion.DocIO (version 27.2.5)
Syncfusion.XlsIORenderer (version 27.2.5)
Syncfusion.Presentation (version 27.2.5)