Closed danardelean closed 1 month ago
Have you tested this on a real iOS and iPadOS device?
With missing support for Mac Catalyst and simulated iOS, it's odd that iOS/iPadOS works "just like that".
I don't have hardware here to verify this so I have to take your word for it.
Of course the only thing that I'be tested and works is : _bitmap = PDFtoImage.Conversion.ToImage(ms, 0); I have to try to run all the tests on iOS and see if they pass
Great, I will merge your pull request (after a few changes) and build a test version. Thanks for your help! :-)
@danardelean I've released PDFtoImage 5.0.0-preview for testing. Please check if the iOS builds are still working if you have the time.
This commit adds support for net8.0-ios to the library and the MauiApp test.
It will only work on the device (no support for iossimulator runtime) Supported runtime: ios-arm64
MauiApp - added the code to associate the first page image to the Image control