MuPDF.NET adds C#/.NET bindings and abstractions to MuPDF, a lightweight PDF, XPS, and eBook viewer, renderer, and toolkit. Both MuPDF.NET and MuPDF are maintained and developed by Artifex Software, Inc.
- Visual Studio 2019, 2022
- .Net v7 or later
- Windows OS
- Clone this project.
- Open
MuPDF.NETsolution. - Maybe all settings are ready.
- Release, x64
Build - The result is
MuPDF.NET.dllandDemo.exe. Users can useMuPDF.NET.dllas a reference in C# project and use defined classes and functions.Demo.exeis one of examples.
- You need
mupdfcpp64.dllandmupdfcsharp.dll. - You have to select MuPDF.NET.dll as a reference and use with
using MuPDF.NET;. For this, you have to copy these files in same level with MuPDF.NET project.
MuPDF.NET is available under open-source AGPL and commercial license agreements. If you determine you cannot meet the requirements of the AGPL, please contact Artifex for more information regarding a commercial license.