summaryrefslogtreecommitdiffstats
path: root/libraries/jbig2enc/pdf.py.rst
diff options
context:
space:
mode:
author B. Watson2016-11-06 01:27:15 +0100
committer Willy Sudiarto Raharjo2016-11-07 00:10:57 +0100
commit29ca02bcf140d4a85ba1fd6b6d91a0aae641d363 (patch)
treebf7509e865d5eaca4d063c1a6424472029634757 /libraries/jbig2enc/pdf.py.rst
parent1b9059091eb1318e5f1b0bbd5a1d530bfba22c0b (diff)
downloadslackbuilds-29ca02bcf140d4a85ba1fd6b6d91a0aae641d363.tar.gz
libraries/jbig2enc: Added (encoder for JBIG2).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/jbig2enc/pdf.py.rst')
-rw-r--r--libraries/jbig2enc/pdf.py.rst61
1 files changed, 61 insertions, 0 deletions
diff --git a/libraries/jbig2enc/pdf.py.rst b/libraries/jbig2enc/pdf.py.rst
new file mode 100644
index 0000000000..6b4cb623a2
--- /dev/null
+++ b/libraries/jbig2enc/pdf.py.rst
@@ -0,0 +1,61 @@
+.. RST source for pdf.py(1) man page. Convert with:
+.. rst2man.py pdf.py.rst > pdf.py.1
+.. rst2man.py comes from the SBo development/docutils package.
+
+.. |version| replace:: 0.28
+.. |date| date::
+
+======
+pdf.py
+======
+
+----------------------------------
+create PDF files from JBIG2 images
+----------------------------------
+
+SYNOPSIS
+========
+
+jbig2 -b newdoc -s -p image1.jpg image2.jpg ...
+
+pdf.py newdoc > newdoc.pdf
+
+DESCRIPTION
+===========
+
+**pdf.py** creates a PDF document from **jbig2**'s PDF-ready output
+(created using *-s* and *-p*, *--pdf*).
+
+**pdf.py** takes only one argument: the base name of the files created
+by **jbig2**, which is set with **jbig2**'s *-b* option. Without *-b*,
+the default name is **output**.
+
+The PDF is written to standard output, which normally should be redirected
+to a file (see the example above).
+
+EXIT STATUS
+===========
+
+**pdf.py** exits with 0 (success) status if the conversion completed
+OK, and non-zero status if anything went wrong. If standard output was
+redirected to a file, the file will be empty or invalid when non-zero
+status is returned. Diagnostic messages are printed to standard error.
+
+COPYRIGHT
+=========
+
+See the file /usr/doc/jbig2enc-|version|/COPYING for license information.
+
+AUTHORS
+=======
+
+pdf.py and jbig2enc were written by:
+ Adam Langley <agl@imperialviolet.org>.
+
+This man page written for the SlackBuilds.org project
+by B. Watson, and is licensed under the WTFPL.
+
+SEE ALSO
+========
+
+**jbig2(1)**, **jbig2dec(1)**