David Sungaila
David Sungaila
I've drafted a pull request for the mentioned changes: https://github.com/bblanchon/pdfium-binaries/pull/169 @torfluor Please verify if the following NuGet packages are working (macOS, iOS and so on): [bblanchon.PDFium.MacCatalyst.0.1.0.zip](https://github.com/user-attachments/files/15953153/bblanchon.PDFium.MacCatalyst.0.1.0.zip) [bblanchon.PDFiumV8.MacCatalyst.0.1.0.zip](https://github.com/user-attachments/files/15953501/bblanchon.PDFiumV8.MacCatalyst.0.1.0.zip)
@torfluor Are you sure that the dylib was correctly copied and loaded? The logs says `'libpdfium.dylib' (no such file),` over and over. And since the V8 build worked, it is...
The difference between those NuGet packages are the contained dylib and some unrelated metadata. I've had the chance to create a blank MAUI app in Visual Studio for Mac. Both...
@torfluor No, the issues were unrelated to NuGet and restore, I couldn't get the hacked binaries to run. Someone with knowledge in C++ development and Catalyst libraries is needed here....
@rmarinho This project has no group chat, you have to ask your questions in the issues. I would suggest you create a fork of this project and run the GitHub...
> ## Other related issues > Recording.2025-03-13.222058.mp4 I noticed this one when using Aero Snap (dragging the window to the top to maximize). Glad you came up with a workaround!...
Hi @ropst, could you please give me an example solution to reproduce this issue? I've created a .NET Framework 4.8.1 console app and couldn't reproduce this Exception. How does the...
Thanks @ropst! I could reproduce your issue and the `libSkiaSharp.dll` was missing. I believe this is caused by SkiaSharp's changed package structure. NuGet doesn't copy the dll anymore. As a...
@ropst I've created an issue in the SkiaSharp repo (https://github.com/mono/SkiaSharp/issues/3111) and a pull request (https://github.com/mono/SkiaSharp/pull/3112) to fix it. For now you will have to use above workarounds.
[PDFtoImage 5.1.0](https://www.nuget.org/packages/PDFtoImage/5.1.0) should fix this issue.