Skip to content

Hengle/MuPDF.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuPDF.NET

About

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.

Prerequisite

  • Visual Studio 2019, 2022
  • .Net v7 or later
  • Windows OS

How to build

  • Clone this project.
  • Open MuPDF.NET solution.
  • Maybe all settings are ready.
  • Release, x64 Build
  • The result is MuPDF.NET.dll and Demo.exe. Users can use MuPDF.NET.dll as a reference in C# project and use defined classes and functions. Demo.exe is one of examples.

How to use MuPDF.NET

  • You need mupdfcpp64.dll and mupdfcsharp.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.

License and Copyright

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.

About

C# bindings for MuPDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%