| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609 |
- <!-- Creator : groff version 1.18.1 -->
- <!-- CreationDate: Sat Feb 24 18:37:19 2007 -->
- <html>
- <head>
- <meta name="generator" content="groff -Thtml, see www.gnu.org">
- <meta name="Content-Style" content="text/css">
- <title>TIFF2PDF</title>
- </head>
- <body>
- <h1 align=center>TIFF2PDF</h1>
- <a href="#NAME">NAME</a><br>
- <a href="#SYNOPSIS">SYNOPSIS</a><br>
- <a href="#DESCRIPTION">DESCRIPTION</a><br>
- <a href="#OPTIONS">OPTIONS</a><br>
- <a href="#EXAMPLES">EXAMPLES</a><br>
- <a href="#BUGS">BUGS</a><br>
- <a href="#SEE ALSO">SEE ALSO</a><br>
- <hr>
- <a name="NAME"></a>
- <h2>NAME</h2>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p>tiff2pdf − convert a TIFF image to a PDF
- document</p>
- </td>
- </table>
- <a name="SYNOPSIS"></a>
- <h2>SYNOPSIS</h2>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>tiff2pdf</b> [ <i>options</i> ] <i>input.tiff</i></p>
- </td>
- </table>
- <a name="DESCRIPTION"></a>
- <h2>DESCRIPTION</h2>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><i>tiff2pdf</i> opens a TIFF image and writes a PDF
- document to standard output.</p>
- <!-- INDENTATION -->
- <p>The program converts one TIFF file to one PDF file,
- including multiple page TIFF files, tiled TIFF files, black
- and white. grayscale, and color TIFF files that contain data
- of TIFF photometric interpretations of bilevel, grayscale,
- RGB, YCbCr, CMYK separation, and ICC L*a*b* as supported by
- <i>libtiff</i> and PDF.</p>
- <!-- INDENTATION -->
- <p>If you have multiple TIFF files to convert into one PDF
- file then use <i>tiffcp</i> or other program to concatenate
- the files into a multiple page TIFF file. If the input TIFF
- file is of huge dimensions (greater than 10000 pixels height
- or width) convert the input image to a tiled TIFF if it is
- not already.</p>
- <!-- INDENTATION -->
- <p>The standard output is standard output. Set the output
- file name with the <b>−o</b> <i>output.pdf</i>
- option.</p>
- <!-- INDENTATION -->
- <p>All black and white files are compressed into a single
- strip CCITT G4 Fax compressed PDF, unless tiled, where tiled
- black and white images are compressed into tiled CCITT G4
- Fax compressed PDF, <i>libtiff</i> CCITT support is
- assumed.</p>
- <!-- INDENTATION -->
- <p>Color and grayscale data can be compressed using either
- JPEG compression, ITU-T T.81, or Zip/Deflate LZ77
- compression. Set the compression type using the
- <b>−j</b> or <b>−z</b> options. JPEG compression
- support requires that <i>libtiff</i> be configured with JPEG
- support, and Zip/Deflate compression support requires that
- <i>libtiff</i> be configured with Zip support, in
- tiffconf.h. Use only one or the other of <b>−j</b> and
- <b>−z.</b></p>
- <!-- INDENTATION -->
- <p>If the input TIFF contains single strip CCITT G4 Fax
- compressed information, then that is written to the PDF file
- without transcoding, unless the options of no compression
- and no passthrough are set, <b>−d</b> and
- <b>−n.</b></p>
- <!-- INDENTATION -->
- <p>If the input TIFF contains JPEG or single strip
- Zip/Deflate compressed information, and they are configured,
- then that is written to the PDF file without transcoding,
- unless the options of no compression and no passthrough are
- set.</p>
- <!-- INDENTATION -->
- <p>The default page size upon which the TIFF image is placed
- is determined by the resolution and extent of the image
- data. Default values for the TIFF image resolution can be
- set using the <b>−x</b> and <b>−y</b> options.
- The page size can be set using the <b>−p</b> option
- for paper size, or <b>−w</b> and <b>−l</b> for
- paper width and length, then each page of the TIFF image is
- centered on its page. The distance unit for default
- resolution and page width and length can be set by the
- <b>−u</b> option, the default unit is inch.</p>
- <!-- INDENTATION -->
- <p>Various items of the output document information can be
- set with the <b>−e</b>, <b>−c</b>,
- <b>−a</b>, <b>−t</b>, <b>−s</b>, and
- <b>−k</b> options. Setting the argument of the option
- to "" for these tags causes the relevant document
- information field to be not written. Some of the document
- information values otherwise get their information from the
- input TIFF image, the software, author, document name, and
- image description.</p>
- <!-- INDENTATION -->
- <p>The Portable Document Format (PDF) specification is
- copyrighted by Adobe Systems, Incorporated.</p>
- </td>
- </table>
- <a name="OPTIONS"></a>
- <h2>OPTIONS</h2>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−o</b> <i>output-file</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set the output to go to file. <i>output-file</i></p>
- </td>
- </table>
- <!-- TABS -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="4" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="11%"></td>
- <td width="4%">
- <p><b>−j</b></p>
- </td>
- <td width="5%"></td>
- <td width="77%">
- <p>Compress with JPEG (requires <i>libjpeg</i> configured
- with <i>libtiff</i>).</p>
- </td>
- <tr valign="top" align="left">
- <td width="11%"></td>
- <td width="4%">
- <p><b>−z</b></p>
- </td>
- <td width="5%"></td>
- <td width="77%">
- <p>Compress with Zip/Deflate (requires <i>zlib</i>
- configured with <i>libtiff</i>).</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−q</b> <i>quality</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set the compression quality, 1-100 for JPEG.</p>
- </td>
- </table>
- <!-- TABS -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="4" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="11%"></td>
- <td width="2%">
- <p><b>−n</b></p>
- </td>
- <td width="7%"></td>
- <td width="77%">
- <p>Do not allow data to be converted without uncompressing,
- no compressed data passthrough.</p>
- </td>
- <tr valign="top" align="left">
- <td width="11%"></td>
- <td width="2%">
- <p><b>−b</b></p>
- </td>
- <td width="7%"></td>
- <td width="77%">
- <p>Set PDF ‘‘Interpolate’’ user
- preference.</p>
- </td>
- <tr valign="top" align="left">
- <td width="11%"></td>
- <td width="2%">
- <p><b>−d</b></p>
- </td>
- <td width="7%"></td>
- <td width="77%">
- <p>Do not compress (decompress).</p>
- </td>
- <tr valign="top" align="left">
- <td width="11%"></td>
- <td width="2%">
- <p><b>−i</b></p>
- </td>
- <td width="7%"></td>
- <td width="77%">
- <p>Invert colors.</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−p</b> <i>paper-size</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set paper size, e.g., <b>letter</b>, <b>legal</b>,
- <b>A4</b>.</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−u</b> [<b>i</b>|<b>m</b>]</p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set distance unit, <b>i</b> for inch, <b>m</b> for
- centimeter.</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−w</b> <i>width</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set width in units.</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−l</b> <i>length</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set length in units.</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−x</b> <i>xres</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set x/width resolution default.</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−y</b> <i>yres</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set y/length resolution default.</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−r</b> [<b>d</b>|<b>o</b>]</p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set <b>d</b> for resolution default for images without
- resolution, <b>o</b> for resolution override for all
- images.</p>
- </td>
- </table>
- <!-- TABS -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="5" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="11%"></td>
- <td width="2%">
- <p><b>−f</b></p>
- </td>
- <td width="13%"></td>
- <td width="57%">
- <p>Set PDF ‘‘Fit Window’’ user
- preference.</p>
- </td>
- <td width="14%">
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−e</b> <i>YYYYMMDDHHMMSS</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set document information date, overrides image or current
- date/time default, <i>YYYYMMDDHHMMSS.</i></p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−c</b> <i>creator</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set document information creator, overrides image
- software default.</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−a</b> <i>author</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set document information author, overrides image artist
- default.</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−t</b> <i>title</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set document information title, overrides image document
- name default.</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−s</b> <i>subject</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set document information subject, overrides image image
- description default.</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>−k</b> <i>keywords</i></p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="21%"></td>
- <td width="77%">
- <p>Set document information keywords.</p>
- </td>
- </table>
- <!-- TABS -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="5" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="11%"></td>
- <td width="2%">
- <p><b>−h</b></p>
- </td>
- <td width="13%"></td>
- <td width="57%">
- <p>List usage reminder to stderr and exit.</p>
- </td>
- <td width="14%">
- </td>
- </table>
- <a name="EXAMPLES"></a>
- <h2>EXAMPLES</h2>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p>The following example would generate the file output.pdf
- from input.tiff.</p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="20%"></td>
- <td width="79%">
- <pre>tiff2pdf −o output.pdf input.tiff
- </pre>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p>The following example would generate PDF output from
- input.tiff and write it to standard output.</p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="20%"></td>
- <td width="79%">
- <pre>tiff2pdf input.tiff
- </pre>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p>The following example would generate the file output.pdf
- from input.tiff, putting the image pages on a letter sized
- page, compressing the output with JPEG, with JPEG quality
- 75, setting the title to
- ‘‘Document’’, and setting the
- ‘‘Fit Window’’ option.</p></td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="20%"></td>
- <td width="79%">
- <pre>tiff2pdf −p letter −j −q 75 −t "Document" −f −o output.pdf input.tiff
- </pre>
- </td>
- </table>
- <a name="BUGS"></a>
- <h2>BUGS</h2>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p>Please report bugs via the web interface at</p>
- </td>
- </table>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="20%"></td>
- <td width="79%">
- <p>http://bugzilla.remotesensing.org/enter_bug.cgi?product=libtiff</p>
- </td>
- </table>
- <a name="SEE ALSO"></a>
- <h2>SEE ALSO</h2>
- <!-- INDENTATION -->
- <table width="100%" border=0 rules="none" frame="void"
- cols="2" cellspacing="0" cellpadding="0">
- <tr valign="top" align="left">
- <td width="10%"></td>
- <td width="89%">
- <p><b>libtiff</b>(3), <b>tiffcp</b>(1),
- <b>tiff2ps</b>(1)</p>
- <!-- INDENTATION -->
- <p>Libtiff library home page:
- <b>http://www.simplesystems.org/libtiff/</b></p>
- </td>
- </table>
- <hr>
- </body>
- </html>
|