Skip to content

fkhan/mupdf_fareed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT

MuPDF is a lightweight PDF viewer and toolkit written in portable C.

The renderer in MuPDF is tailored for high quality anti-aliased
graphics.  MuPDF 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 screen.

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 font) is approximately five megabytes.

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.

LICENSE

MuPDF -- PDF parsing, rendering and viewing toolkit.

Copyright (C) 2009 Artifex Software, Inc.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

PREREQUISITES

Before compiling MuPDF you need to install thirdy party dependencies.

	zlib
	libjpeg
	freetype2
	jbig2dec
	OpenJPEG

COMPILING

You will need to use GNU Make to build with the supplied Makefile.
It may be necessary to edit the Makefile for your system if it
cannot find header files or libraries.

DOWNLOAD

The latest development source is available directly from the darcs repository.
Browse the source or use the following command line to check out the source:

    darcs get http://mupdf.com/repos/mupdf

INSTALLING

There is no install. Just copy the resulting binary from the build
directory to a directory in your path.

REPORTING BUGS AND PROBLEMS

Report bugs on the ghostscript bugzilla, with MuPDF as the
selected component.

	http://bugs.ghostscript.com/

If you are reporting a problem with PDF parsing,
please include the problematic file as an attachment.

-- tor

About

muPDF code from mupdf_notree repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published