diff options
Diffstat (limited to 'libraries/jbig2enc/jbig2topdf.py.rst')
-rw-r--r-- | libraries/jbig2enc/jbig2topdf.py.rst | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/libraries/jbig2enc/jbig2topdf.py.rst b/libraries/jbig2enc/jbig2topdf.py.rst new file mode 100644 index 0000000000..faa2148d90 --- /dev/null +++ b/libraries/jbig2enc/jbig2topdf.py.rst @@ -0,0 +1,66 @@ +.. RST source for jbig2topdf.py(1) man page. Convert with: +.. rst2man.py jbig2topdf.py.rst > jbig2topdf.py.1 +.. rst2man.py comes from the SBo development/docutils package. + +.. |version| replace:: 0.30 +.. |date| date:: + +============= +jbig2topdf.py +============= + +---------------------------------- +create PDF files from JBIG2 images +---------------------------------- + +:Manual section: 1 +:Manual group: SlackBuilds.org +:Date: |date| +:Version: |version| + +SYNOPSIS +======== + +jbig2 -b newdoc -s -p image1.jpg image2.jpg ... + +jbig2topdf.py newdoc > newdoc.pdf + +DESCRIPTION +=========== + +**jbig2topdf.py** creates a PDF document from **jbig2**'s PDF-ready output +(created using *-s* and *-p*, *--pdf*). + +**jbig2topdf.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 +=========== + +**jbig2topdf.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 +======= + +jbig2topdf.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)** |