David Sungaila

Results 65 comments of David Sungaila

Hi @leeichang, thank you for opening this issue! Can you please tell me on which platform (Windows, Linux, macOS, Android) and architecture (x86, x64, ARM64) you have tested this?

Hi @Bxaa, what kind of AOT do you mean? Do you mean ReadyToRun? Do you mean the new AOT from the .NET 7 previews? Can you give me a sample...

Thanks for providing additional information. I'll be looking into it!

I checked the crash dump and found that pdfium.dll is crashing with the exception code `0xC0000005` (access violation reading `0xFFFFFFFFFFFFFFFF`). This happens when the PDF document is loaded by calling...

> You need pdfium.dll 4648.0.0 (native PDFium.x64 without V8 or XFA support) and x64 libSkiaSharp.dll (look in nuget both) (AOT only support x64) Both should be in same folder with...

Hi @xizhengchao, thank you for opening this issue. The dimensions of your PDF are extremely large. At default settings (300 DPI) this would result into an image size of 2,517,037...

Please reopen this issue if the code above did not help.

Hi @Auto72, could you please add [bblanchon.PDFium.macOS](https://www.nuget.org/packages/bblanchon.PDFium.macOS/) and [bblanchon.PDFium.iOS](https://www.nuget.org/packages/bblanchon.PDFium.iOS/) to your MAUI project and tell me, if it works for macOS and iOS? I don't have a Mac to test...

Hi @Auto72, third party libraries (such as pdfium) must be repackaged and signed for iOS/Catalyst. See also [What are Frameworks?](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/WhatAreFrameworks.html#//apple_ref/doc/uid/20002303-BBCEIJFI) or [All dynamic libraries must be frameworks on iOS](https://developer.apple.com/forums/thread/733527?answerId=758590022#758590022). SkiaSharp...

@rmarinho Glad to hear that! We need someone that knows how to build Mac Catalyst binaries out of the pdfium code. If you would like to take up the challenge,...