Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

thumbpdf(1) [centos man page]

thumbpdf(1)							       teTeX							       thumbpdf(1)

NAME
thumbpdf - generate thumbnail images for a PDF file created with pdftex SYNOPSIS
thumbpdf [ OPTION... ] PDF_FILE DESCRIPTION
thumbpdf is used to create thumbnail images of individual pages within a PDF (Portable Document Format) document. USAGE
First run pdftex(1) on your document to create a PDF file. Then run thumbpdf to generate the thumbnails, a PDF file containing the thumb- nails, and a pdfTeX file to include the thumbnails in the PDF file. Finally, run pdftex(1) on your file again to create the final PDF file. thumbpdf calls gs(1) to generate PNG images of the pages within PDF_FILE, and pdftex(1) to create a PDF file containing the thumbnail images. OPTIONS
--help print usage --(no)makepng make PNG thumbnail images (default: true) --(no)makepdf generate new PDF file containing the thumbnails (default: true) --(no)makedef create a TeX file for pdftex(1) to read in (default: true) --(no)quiet suppress messages (default: false) --(no)verbose verbose messages (default: false) --(no)debug print debugging information while parsing (default: false) --resolution res resolution for GhostScript step (default: 9) --compress n pdfcompresslevel for thumbpdf.pdf (0-9; default: 9) --device | pngdev GhostScript PNG device; dev = `mono', `gray', `16', `256', `16m' (default: `png16m') FILES
thumbnn.png PNG thumbnail images thumbpdf.pdf PDF file containing thumbnail images thumbpdf.tex A pdfTeX program to include the thumbnails file thumbpdf.log pdfTeX log file thumbpdf.sty a LaTeX package to be included in files for which a user wants to generate thumbnails SEE ALSO
gs(1), pdftex(1). Web page: <http://tug.org/teTeX/> BUGS
None known, but report any bugs found to the author. COPYRIGHT
Copyright (C) 1999. thumbpdf is distributed under version 1, or (at your option) a later version of the LaTeX Project Public License. AUTHOR
thumbpdf was written by Heiko Oberdiek <oberdiek@ruf.uni-freiburg.de>. This manual page was written by C.M. Connelly <c@eskimo.com>, for the Debian GNU/Linux system. It may be used by other distributions with- out contacting the author. Any mistakes or omissions in the manual page are my fault; inquiries about or corrections to this manual page should be directed to me (and not to the primary author). teTeX September 2000 thumbpdf(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