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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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)

Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8 in tid XXXX (.NET TP Worker)


Here i think is the problem: why SkiaSharp Version 2.88.0.0?


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)


Here I leave my test project to see if you can replicate the error: