You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the „PdfToImage“-Package in a .NET 7 MAUI environment. I want to target all MAUI supported platforms (Android, iOS, macOS, Windows). This package seems to be great work, but unfortunately using PDFtoImage.Conversion.SavePng(img, pdfStream, height: 300) throws an Exception
{System.NotSupportedException: Only win-x86, win-x64, win-arm64, linux-x64, linux-arm, linux-arm64, osx-x64, and osx-arm64 are supported. at PDFtoImage.PdfiumViewer.NativeMethods.LoadNativeLibraryNetCore(String path) at PDFtoImage.PdfiumViewer.NativeMetho…}
Do you have any plans to make this package work for the .NET 7 MAUI platform?
The text was updated successfully, but these errors were encountered:
Hello @fhintsch, supporting Android and iOS for the net7.0 target framework shouldn't be an issue. However, I don't have the necessary hardware to test iOS.
I tried the „PdfToImage“-Package in a .NET 7 MAUI environment. I want to target all MAUI supported platforms (Android, iOS, macOS, Windows). This package seems to be great work, but unfortunately using
PDFtoImage.Conversion.SavePng(img, pdfStream, height: 300)
throws an ExceptionDo you have any plans to make this package work for the .NET 7 MAUI platform?
The text was updated successfully, but these errors were encountered: