diff options
Diffstat (limited to 'libraries/jbig2enc/pdf.py.1')
-rw-r--r-- | libraries/jbig2enc/pdf.py.1 | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/libraries/jbig2enc/pdf.py.1 b/libraries/jbig2enc/pdf.py.1 new file mode 100644 index 0000000000000..38225effe8962 --- /dev/null +++ b/libraries/jbig2enc/pdf.py.1 @@ -0,0 +1,77 @@ +.\" Man page generated from reStructuredText. +. +.TH PDF.PY "" "" "" +.SH NAME +pdf.py \- create PDF files from JBIG2 images +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.\" 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. +. +.SH SYNOPSIS +.sp +jbig2 \-b newdoc \-s \-p image1.jpg image2.jpg ... +.sp +pdf.py newdoc > newdoc.pdf +.SH DESCRIPTION +.sp +\fBpdf.py\fP creates a PDF document from \fBjbig2\fP\(aqs PDF\-ready output +(created using \fI\-s\fP and \fI\-p\fP, \fI\-\-pdf\fP). +.sp +\fBpdf.py\fP takes only one argument: the base name of the files created +by \fBjbig2\fP, which is set with \fBjbig2\fP\(aqs \fI\-b\fP option. Without \fI\-b\fP, +the default name is \fBoutput\fP\&. +.sp +The PDF is written to standard output, which normally should be redirected +to a file (see the example above). +.SH EXIT STATUS +.sp +\fBpdf.py\fP 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. +.SH COPYRIGHT +.sp +See the file /usr/doc/jbig2enc\-0.28/COPYING for license information. +.SH AUTHORS +.INDENT 0.0 +.TP +.B pdf.py and jbig2enc were written by: +Adam Langley <\fI\%agl@imperialviolet.org\fP>. +.UNINDENT +.sp +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. +.SH SEE ALSO +.sp +\fBjbig2(1)\fP, \fBjbig2dec(1)\fP +.\" Generated by docutils manpage writer. +. |