MuPDFCore icon indicating copy to clipboard operation
MuPDFCore copied to clipboard

Multiplatform .NET bindings for MuPDF

Results 10 MuPDFCore issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to install the library to a Blazor WebAssembly project in .NET 6.0, and I am getting the error of a missing `MuPDFWrapper` dll. Do you have...

Do you support deleting pages

Is there a way to support iOS and Mac Catalyst?

Please I want to show pdf files continuously. Is it possible to do so now? Looking forward to your reply,thanks

``` using var ctx = new MuPDFContext(); using var document = new MuPDFDocument(ctx, "source.pdf"); var page = document.GetStructuredTextPage(0); foreach (var block in page) { // how to get layer name??...

Hi! Recently I started looking at this library and it seems very useful. But very often I receive an exception mentioned above. It occurs when I close the window with...

#linux-loongarch64 support I Compiled the dependency of libmupdf.a and libmupdf-third.a on loongarch64 GNU/Linux and then modifed the native/build.sh to support loongarch64 ![image](https://github.com/arklumpus/MuPDFCore/assets/6871338/1ca869e9-86a8-428a-94b2-f11ce2b8c464) and compile and output the **libMuPDFWrapper.so**, so that...

Is it possible to convert a PDF page to SVG?

How to get MediaBox/CropBox/TrimBox/BleedBox/ArtBox i do not found these in MuPDFPage