2012-09-20 13:06:56 +02:00
|
|
|
MuPDF is a lightweight PDF viewer and toolkit written in portable C.
|
2009-11-11 17:38:48 +01:00
|
|
|
|
|
|
|
The renderer in MuPDF is tailored for high quality anti-aliased graphics. It
|
|
|
|
renders text with metrics and spacing accurate to within fractions of a
|
|
|
|
pixel for the highest fidelity in reproducing the look of a printed page on
|
2012-09-20 13:06:56 +02:00
|
|
|
screen.
|
2009-11-11 17:38:48 +01:00
|
|
|
|
|
|
|
MuPDF has a small footprint. A binary that includes the standard Roman fonts
|
|
|
|
is only one megabyte. A build with full CJK support (including an Asian
|
2012-09-20 13:06:56 +02:00
|
|
|
font) is approximately five megabytes.
|
2009-11-11 17:38:48 +01:00
|
|
|
|
|
|
|
MuPDF has support for all non-interactive PDF 1.7 features, and the toolkit
|
|
|
|
provides a simple API for accessing the internal structures of the PDF
|
|
|
|
document. Example code for navigating interactive links and bookmarks,
|
|
|
|
encrypting PDF files, extracting fonts, images, and searchable text, and
|
|
|
|
rendering pages to image files is provided.
|
|
|
|
|
2018-08-10 11:38:00 +02:00
|
|
|
WWW: https://www.mupdf.com/
|