Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jbig2dec(1) [debian man page]

jbig2dec(1)							  jbig2dec Manual						       jbig2dec(1)

NAME
jbig2dec - File format converter specialized in JBIG2 decoding SYNOPSIS
jbig2dec [options] file.jbig2 jbig2dec [options] global-stream page-stream DESCRIPTION
The jbig2dec command converts JBIG2 files to png or pbm files. When passed a single file argument it is interpreted as a JBIG2 file stream, with either sequential or random-access organization. When passed two stream arguments, they are interpreted as the global and page-specific portions of an embedded organzation, as used in PDF. If a particular page references no global segment stream, /dev/null can be passed for the global-stream argument to request the embedded parser. OPTIONS
The options are as follows: -o file Store the decoded output in file. Defaults to the input with a different extension. Set to - for standard output. -t type Force a particular output file format. Supported are png and pbm. -d or --dump Print the structure of the JBIG2 file rather than explicitly decoding it. --hash Print a hash of the decoded document. -q or --quiet Suppress warnings and other diagnostic output. -v or --verbose Report additional information about the decoding process. Pass just -v for information about the file as it's being decoded. This is the same as --verbose=2. Pass --verbose=3 or higher for debugging information. --version Show program version information. -h or --help Show usage summary. AUTHOR
jbig2-dev <jbig2-dev@ghostscript.com> This manpage was initially written by Sebastian Rasmussen <sebras@hotmail.com> for jbig2dec and the Debian Project. Version 0.11 2010 Feb 2 jbig2dec(1)

Check Out this Related Man Page

PDFTOHTML(1)						      General Commands Manual						      PDFTOHTML(1)

NAME
pdftohtml - program to convert PDF files into HTML, XML and PNG images SYNOPSIS
pdftohtml [options] <PDF-file> [<HTML-file> <XML-file>] DESCRIPTION
This manual page documents briefly the pdftohtml command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. pdftohtml is a program that converts PDF documents into HTML. It generates its output in the current working directory. OPTIONS
A summary of options are included below. -h, -help Show summary of options. -f <int> first page to print -l <int> last page to print -q do not print any messages or errors -v print copyright and version info -p exchange .pdf links with .html -c generate complex output -s generate single HTML that includes all pages -i ignore images -noframes generate no frames. Not supported in complex output mode. -stdout use standard output -zoom <fp> zoom the PDF document (default 1.5) -xml output for XML post-processing -enc <string> output text encoding name -opw <string> owner password (for encrypted files) -upw <string> user password (for encrypted files) -hidden force hidden text extraction -dev output device name for Ghostscript (png16m, jpeg etc). Unless this option is specified, Splash will be used -fmt image file format for Splash output (png or jpg). If complex is selected, but neither -fmt or -dev are specified, -fmt png will be assumed -nomerge do not merge paragraphs -nodrm override document DRM settings AUTHOR
Pdftohtml was developed by Gueorgui Ovtcharov and Rainer Dorsch. It is based and benefits a lot from Derek Noonburg's xpdf package. This manual page was written by Soren Boll Overgaard <boll@debian.org>, for the Debian GNU/Linux system (but may be used by others). SEE ALSO
pdffonts(1), pdfimages(1), pdfinfo(1), pdftocairo(1), pdftoppm(1), pdftops(1), pdftotext(1) PDFTOHTML(1)
Man Page