kolibrios/contrib/media/updf
Kirill Lipatov (Leency) 3a3aa50771 appearance: save skin settings in eskin.ini
uPDF: run without param opens /sys/lod

git-svn-id: svn://kolibrios.org@7533 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-11-06 17:05:54 +00:00
..
apps appearance: save skin settings in eskin.ini 2018-11-06 17:05:54 +00:00
cmaps uPDF with buttons 2014-03-22 21:00:40 +00:00
draw uPDF with buttons 2014-03-22 21:00:40 +00:00
fitz uPDF with buttons 2014-03-22 21:00:40 +00:00
fonts uPDF with buttons 2014-03-22 21:00:40 +00:00
generated uPDF with buttons 2014-03-22 21:00:40 +00:00
include updf: Remove unnecessary files form /include 2015-09-08 10:24:21 +00:00
pdf uPDF with buttons 2014-03-22 21:00:40 +00:00
scripts uPDF 1.0: usable and stable (temporary uses both menuetlibc folders include and me) 2015-03-05 14:45:16 +00:00
stub Edited some dependencies and makefiles 2014-04-04 22:14:22 +00:00
xps uPDF with buttons 2014-03-22 21:00:40 +00:00
BuildUPDF.sh uPDF: working "open" button, update build script, start migration to kolibri.c from SHELL 2018-10-17 19:59:21 +00:00
COPYING uPDF with buttons 2014-03-22 21:00:40 +00:00
freetypesrc uPDF with buttons 2014-03-22 21:00:40 +00:00
lrintf.c uPDF with buttons 2014-03-22 21:00:40 +00:00
Makefile uPDF: working "open" button, update build script, start migration to kolibri.c from SHELL 2018-10-17 19:59:21 +00:00
Makerules uPDF with buttons 2014-03-22 21:00:40 +00:00
Makethird uPDF with buttons 2014-03-22 21:00:40 +00:00
README uPDF with buttons 2014-03-22 21:00:40 +00:00
strtoll.c uPDF with buttons 2014-03-22 21:00:40 +00:00

ABOUT

MuPDF is a lightweight PDF and XPS viewer and parser/rendering library.

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 screen.

MuPDF is also small, fast, and yet complete. We support PDF 1.7 with
transparency, encryption, hyperlinks, annotations, search and many other bells
and whistles. MuPDF can also read XPS documents (OpenXPS / ECMA-388).

We don't support interactive features such as form filling, javascript and
transitions. MuPDF is written modularly, so such features can be added on by
integrators if they so desire.

LICENSE

MuPDF is Copyright 2006-2011 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/>.

For commercial licensing please contact sales@artifex.com.

COMPILING

If you are compiling from source you will need several third party libraries:
freetype2, jbig2dec, libjpeg, openjpeg, and zlib. We have prepared a package
(mupdf-thirdparty.zip) that you can unzip in the mupdf source tree if you don't
have them installed on your system.

You must unpack mupdf-thirdparty.zip to build using the Visual Studio project.

DOWNLOAD

The latest development source is available directly from the git repository:

	git clone http://mupdf.com/repos/mupdf.git

INSTALLING

Typing "make prefix=/usr/local install" will install the binaries, man-pages,
static libraries and header files on your system.

REPORTING BUGS AND PROBLEMS

The MuPDF developers hang out on IRC in the #ghostscript channel on irc.freenode.net.

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.