Click here to Skip to main content
15,867,851 members
Articles / Programming Languages / Python

Compiling MuPDF DLL to Render and Edit PDF Documents

Rate me:
Please Sign up or sign in to vote.
4.71/5 (28 votes)
27 Apr 2020CPOL10 min read 76K   4K   71  
MuPDF is an open-sourced, high performance PDF rendering and editing engine written in C. This article describes how to compile its source code to a DLL for use in other programming languages.
MuPDF is an open-sourced, high performance PDF rendering and editing engine written in C. However, the compilation results of its source code do not contain a DLL for use from other languages, such as C#, Visual BASIC, etc. This article will show you the way to compile the source code to a dynamic link library.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
China China
I am now programming applications for the Internet of Things.

Comments and Discussions