summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorJamie Lemon <jamie.lemon@artifex.com>2021-08-25 21:11:57 +0100
committerJamie Lemon <jamie.lemon@artifex.com>2021-08-25 21:11:57 +0100
commit5d0de31838a0b6d20a53154d6e3b90a87e81c6b3 (patch)
tree506a3b3219d63c818b74180d119a437156469945 /demos
parentf2dff10c73e9247fb5e11f507f02c1a8627006d8 (diff)
downloadghostpdl-5d0de31838a0b6d20a53154d6e3b90a87e81c6b3.tar.gz
Fixes minor typos in the java gsviewer README
Diffstat (limited to 'demos')
-rw-r--r--demos/java/gsviewer/README.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/demos/java/gsviewer/README.txt b/demos/java/gsviewer/README.txt
index e2514dd17..2808fed99 100644
--- a/demos/java/gsviewer/README.txt
+++ b/demos/java/gsviewer/README.txt
@@ -1,10 +1,10 @@
-This project is a viewer is designed to load PDF documents, but
-can also load other files like PostScript files and distill them
-into a PDF document to be opened.
+This project is a viewer designed to load PDF documents,
+but will also view other file types (like PostScript, XPS or PCL)
+by distilling them into PDF documents first.
When the document is first loaded, every page is rendered at
a low resolution. These will be displayed as thumbnails on the
-left side. All loadingg is done in the com.artifex.gsjava.Document
+left side. All loading is done in the com.artifex.gsjava.Document
class. As the user changes the position of the viewport, the
viewer will dynamically load high resolution images based on
what page the user is viewing. This is done in the
@@ -13,18 +13,18 @@ also handles rendering zoomed images if necessary. Only pages
which need to be loaded at a high resolution are loaded, and
zoomed pages are unloaded when no longer necessary to save memory.
-Required libraries in this directory for the library to work:
+Required libraries in this directory for the viewer to work:
-= WINDOWS =-
gpdldll64.dll
-gs_gni.dll
+gs_jni.dll
-= LINUX =-
libgpdl.so (this would have been built as a link to another file, so
-it shoud be copied into this directory and renamed to libgpdl.so)
+it should be copied into this directory and renamed to libgpdl.so)
gs_jni.so
On Linux, when using OpenJDK, the property "assistive_technologies" may