Subversion Repositories Kolibri OS

Rev

Rev 4680 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4680 right-hear 1
ABOUT
2
 
3
MuPDF is a lightweight PDF and XPS viewer and parser/rendering library.
4
 
5
The renderer in MuPDF is tailored for high quality anti-aliased graphics. It
6
renders text with metrics and spacing accurate to within fractions of a pixel
7
for the highest fidelity in reproducing the look of a printed page on screen.
8
 
9
MuPDF is also small, fast, and yet complete. We support PDF 1.7 with
10
transparency, encryption, hyperlinks, annotations, search and many other bells
11
and whistles. MuPDF can also read XPS documents (OpenXPS / ECMA-388).
12
 
13
We don't support interactive features such as form filling, javascript and
14
transitions. MuPDF is written modularly, so such features can be added on by
15
integrators if they so desire.
16
 
17
LICENSE
18
 
19
MuPDF is Copyright 2006-2011 Artifex Software, Inc.
20
 
21
This program is free software: you can redistribute it and/or modify it under
22
the terms of the GNU General Public License as published by the Free Software
23
Foundation, either version 3 of the License, or (at your option) any later
24
version.
25
 
26
This program is distributed in the hope that it will be useful, but WITHOUT ANY
27
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
28
PARTICULAR PURPOSE. See the GNU General Public License for more details.
29
 
30
You should have received a copy of the GNU General Public License along with
31
this program. If not, see .
32
 
33
For commercial licensing please contact sales@artifex.com.
34
 
35
COMPILING
36
 
37
If you are compiling from source you will need several third party libraries:
38
freetype2, jbig2dec, libjpeg, openjpeg, and zlib. We have prepared a package
39
(mupdf-thirdparty.zip) that you can unzip in the mupdf source tree if you don't
40
have them installed on your system.
41
 
42
You must unpack mupdf-thirdparty.zip to build using the Visual Studio project.
43
 
44
DOWNLOAD
45
 
46
The latest development source is available directly from the git repository:
47
 
48
	git clone http://mupdf.com/repos/mupdf.git
49
 
50
INSTALLING
51
 
52
Typing "make prefix=/usr/local install" will install the binaries, man-pages,
53
static libraries and header files on your system.
54
 
55
REPORTING BUGS AND PROBLEMS
56
 
57
The MuPDF developers hang out on IRC in the #ghostscript channel on irc.freenode.net.
58
 
59
Report bugs on the ghostscript bugzilla, with MuPDF as the selected component.
60
 
61
	http://bugs.ghostscript.com/
62
 
63
If you are reporting a problem with PDF parsing, please include the problematic
64
file as an attachment.