diff options
author | B. Watson <yalhcru@gmail.com> | 2014-08-22 17:36:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-22 17:36:38 +0700 |
commit | ce1935d000d71358446aa46f328d6ab8d92ec0ff (patch) | |
tree | d803da9f15006dba53b0a4f78369a958d90d3e19 /office/mupdf/README | |
parent | 539b2ab872f087792072dd0f322ecf8f78325e3c (diff) |
office/mupdf: Updated for version 1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 8300c279ef89c..bc9327d158c53 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. |