diff options
Diffstat (limited to 'office/mupdf/README')
-rw-r--r-- | office/mupdf/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/office/mupdf/README b/office/mupdf/README index 8300c279ef89..bc9327d158c5 100644 --- a/office/mupdf/README +++ b/office/mupdf/README @@ -9,3 +9,14 @@ MuPDF is also small, fast, and yet complete. It supports PDF 1.7 with transparency, encryption, hyperlinks, annotations, searching and more. It also reads XPS and OpenXPS documents. MuPDF is written modularly, so features can be added on by integrators if they so desire. + +Notes: + +1. By default, mupdf is built without JavaScript support. If you want +to try mupdf's experimental JavaScript support, build with MUJS=yes in +the script's environment. + +2. This build is for mupdf-1.5, but it has also been tested with +mupdf-1.4. Download mupdf-1.4-source.tar.gz and run the script with +VERSION=1.4 set in the environment, if for some reason you need the +older version. |