Click here to Skip to main content
15,893,722 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 77.4K   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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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