summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'demos/python/README.txt')
-rw-r--r--demos/python/README.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/python/README.txt b/demos/python/README.txt
new file mode 100644
index 00000000..2e5d4052
--- /dev/null
+++ b/demos/python/README.txt
@@ -0,0 +1,17 @@
+The following projects show the use of the Ghostscript API
+in a Python environment. The file gsapi.py contains the
+API methods and they have the same names and usage as described
+in the Ghostscript API documentation.
+
+If you are working in a Linux based system, _libgs in gsapi.py is specified to
+use libgs.so . If you are working on Windows, you will be using either gpddll32.dll
+or gpdldll64.dll. You will need to build the appropriate library with the ghostscript
+build process.
+
+The file examples.py demonstrates several examples using the gsapi methods.
+These include, text extraction, object dependent color conversion, distillation,
+running of multiple files with the same GhostPDL instance and feeding
+chunks of data to the interpreter.
+
+
+