2006-03-13 10:06:17 -05:00
|
|
|
<!-- Creator : groff version 1.18.1 -->
|
|
|
|
<!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
|
2003-11-27 10:06:31 -05:00
|
|
|
<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>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- 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>
|
2003-11-27 10:06:31 -05:00
|
|
|
<a name="SYNOPSIS"></a>
|
|
|
|
<h2>SYNOPSIS</h2>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- 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> <b>]</b>
|
|
|
|
<i>input.tiff</i></p>
|
|
|
|
</td>
|
|
|
|
</table>
|
2003-11-27 10:06:31 -05:00
|
|
|
<a name="DESCRIPTION"></a>
|
|
|
|
<h2>DESCRIPTION</h2>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- 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> 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
|
2005-03-06 06:11:43 -05:00
|
|
|
<i>libtiff</i> and PDF.</p>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- 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
|
2005-03-06 06:11:43 -05:00
|
|
|
<b>−n.</b></p>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- 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, −c, −a, −t,
|
|
|
|
−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>
|
2003-11-27 10:06:31 -05:00
|
|
|
<a name="OPTIONS"></a>
|
|
|
|
<h2>OPTIONS</h2>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- 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 -->
|
2003-11-27 10:06:31 -05:00
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
2006-03-13 10:06:17 -05:00
|
|
|
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">
|
2003-11-27 10:06:31 -05:00
|
|
|
<tr valign="top" align="left">
|
2005-03-06 06:11:43 -05:00
|
|
|
<td width="11%"></td>
|
2006-03-13 10:06:17 -05:00
|
|
|
<td width="4%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p><b>−j</b></p>
|
|
|
|
</td>
|
|
|
|
<td width="5%"></td>
|
|
|
|
<td width="77%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p>Compress with JPEG (requires libjpeg configured with
|
|
|
|
libtiff).</p>
|
|
|
|
</td>
|
2003-11-27 10:06:31 -05:00
|
|
|
<tr valign="top" align="left">
|
2005-03-06 06:11:43 -05:00
|
|
|
<td width="11%"></td>
|
2006-03-13 10:06:17 -05:00
|
|
|
<td width="4%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p><b>−z</b></p>
|
|
|
|
</td>
|
|
|
|
<td width="5%"></td>
|
|
|
|
<td width="77%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p>Compress with Zip/Deflate (requires zlib configured with
|
|
|
|
libtiff).</p>
|
|
|
|
</td>
|
2005-03-06 06:11:43 -05:00
|
|
|
</table>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- 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 -->
|
2003-11-27 10:06:31 -05:00
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
2006-03-13 10:06:17 -05:00
|
|
|
cols="4" cellspacing="0" cellpadding="0">
|
2003-11-27 10:06:31 -05:00
|
|
|
<tr valign="top" align="left">
|
2005-03-06 06:11:43 -05:00
|
|
|
<td width="11%"></td>
|
2006-03-13 10:06:17 -05:00
|
|
|
<td width="2%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p><b>−n</b></p>
|
|
|
|
</td>
|
|
|
|
<td width="7%"></td>
|
|
|
|
<td width="77%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p>Do not allow data to be converted without uncompressing,
|
|
|
|
no compressed data passthrough.</p>
|
|
|
|
</td>
|
2003-11-27 10:06:31 -05:00
|
|
|
<tr valign="top" align="left">
|
2005-03-06 06:11:43 -05:00
|
|
|
<td width="11%"></td>
|
2006-03-13 10:06:17 -05:00
|
|
|
<td width="2%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p><b>−b</b></p>
|
|
|
|
</td>
|
|
|
|
<td width="7%"></td>
|
|
|
|
<td width="77%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p>Set PDF "Interpolate" user preference.</p>
|
|
|
|
</td>
|
2005-12-29 17:01:44 -05:00
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="11%"></td>
|
2006-03-13 10:06:17 -05:00
|
|
|
<td width="2%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p><b>−d</b></p>
|
|
|
|
</td>
|
|
|
|
<td width="7%"></td>
|
|
|
|
<td width="77%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p>Do not compress (decompress).</p>
|
|
|
|
</td>
|
2003-11-27 10:06:31 -05:00
|
|
|
<tr valign="top" align="left">
|
2005-03-06 06:11:43 -05:00
|
|
|
<td width="11%"></td>
|
2006-03-13 10:06:17 -05:00
|
|
|
<td width="2%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p><b>−i</b></p>
|
|
|
|
</td>
|
|
|
|
<td width="7%"></td>
|
|
|
|
<td width="77%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p>Invert colors.</p>
|
|
|
|
</td>
|
2005-03-06 06:11:43 -05:00
|
|
|
</table>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- INDENTATION -->
|
2003-11-27 10:06:31 -05:00
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
2006-03-13 10:06:17 -05:00
|
|
|
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, eg "letter", "legal",
|
|
|
|
"A4".</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><i>[i|m]</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 distance unit, <i>i</i> for inch, <i>m</i> 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>
|
|
|
|
<!-- TABS -->
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="5" cellspacing="0" cellpadding="0">
|
2003-11-27 10:06:31 -05:00
|
|
|
<tr valign="top" align="left">
|
2005-03-06 06:11:43 -05:00
|
|
|
<td width="11%"></td>
|
2006-03-13 10:06:17 -05:00
|
|
|
<td width="8%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p><b>−x</b><i>xres</i></p>
|
|
|
|
</td>
|
|
|
|
<td width="13%"></td>
|
|
|
|
<td width="47%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p>Set x/width resolution default.</p>
|
|
|
|
</td>
|
|
|
|
<td width="19%">
|
2005-03-06 06:11:43 -05:00
|
|
|
</td>
|
2003-11-27 10:06:31 -05:00
|
|
|
<tr valign="top" align="left">
|
2005-03-06 06:11:43 -05:00
|
|
|
<td width="11%"></td>
|
2006-03-13 10:06:17 -05:00
|
|
|
<td width="8%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p><b>−y</b><i>yres</i></p>
|
|
|
|
</td>
|
|
|
|
<td width="13%"></td>
|
|
|
|
<td width="47%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p>Set y/length resolution default.</p>
|
|
|
|
</td>
|
|
|
|
<td width="19%">
|
2005-03-06 06:11:43 -05:00
|
|
|
</td>
|
|
|
|
</table>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- 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><i>[d|o]</i></p></td>
|
|
|
|
</table>
|
|
|
|
<!-- INDENTATION -->
|
2003-11-27 10:06:31 -05:00
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
2006-03-13 10:06:17 -05:00
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td>
|
|
|
|
<td width="77%">
|
|
|
|
<p>Set <i>d</i> for resolution default for images without
|
|
|
|
resolution, <i>o for resolution override for all
|
|
|
|
images.</i></p>
|
|
|
|
</td>
|
|
|
|
</table>
|
|
|
|
<!-- TABS -->
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="5" cellspacing="0" cellpadding="0">
|
2003-11-27 10:06:31 -05:00
|
|
|
<tr valign="top" align="left">
|
2005-03-06 06:11:43 -05:00
|
|
|
<td width="11%"></td>
|
2006-03-13 10:06:17 -05:00
|
|
|
<td width="2%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p><b>−f</b></p>
|
|
|
|
</td>
|
|
|
|
<td width="13%"></td>
|
|
|
|
<td width="54%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p>Set PDF "Fit Window" user preference.</p>
|
|
|
|
</td>
|
|
|
|
<td width="17%">
|
2005-03-06 06:11:43 -05:00
|
|
|
</td>
|
|
|
|
</table>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- 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 -->
|
2003-11-27 10:06:31 -05:00
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
2006-03-13 10:06:17 -05:00
|
|
|
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">
|
2003-11-27 10:06:31 -05:00
|
|
|
<tr valign="top" align="left">
|
2005-03-06 06:11:43 -05:00
|
|
|
<td width="11%"></td>
|
2006-03-13 10:06:17 -05:00
|
|
|
<td width="2%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p><b>−h</b></p>
|
2005-03-06 06:11:43 -05:00
|
|
|
</td>
|
2006-03-13 10:06:17 -05:00
|
|
|
<td width="13%"></td>
|
|
|
|
<td width="57%">
|
2006-01-02 18:50:44 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p>List usage reminder to stderr and exit.</p>
|
|
|
|
</td>
|
|
|
|
<td width="14%">
|
|
|
|
</td>
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="11%"></td>
|
|
|
|
<td width="2%">
|
|
|
|
</td>
|
|
|
|
<td width="13%"></td>
|
|
|
|
<td width="57%">
|
2003-11-27 10:06:31 -05:00
|
|
|
<a name="EXAMPLES"></a>
|
|
|
|
<h2>EXAMPLES</h2>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- 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%">
|
|
|
|
<p>tiff2pdf -o output.pdf 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="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%">
|
|
|
|
<p>tiff2pdf 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="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%">
|
|
|
|
<p>tiff2pdf -p letter -j -q 75 -t "Document" -f -o
|
|
|
|
output.pdf input.tiff</p></td>
|
|
|
|
</table>
|
2003-11-27 10:06:31 -05:00
|
|
|
<a name="BUGS"></a>
|
|
|
|
<h2>BUGS</h2>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- 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%">
|
2003-11-27 10:06:31 -05:00
|
|
|
|
2006-03-13 10:06:17 -05:00
|
|
|
<p>http://bugzilla.remotesensing.org/enter_bug.cgi?product=libtiff</p>
|
|
|
|
</td>
|
|
|
|
</table>
|
2003-11-27 10:06:31 -05:00
|
|
|
<a name="SEE ALSO"></a>
|
|
|
|
<h2>SEE ALSO</h2>
|
2006-03-13 10:06:17 -05:00
|
|
|
<!-- 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.remotesensing.org/libtiff/</b></p>
|
|
|
|
</td>
|
|
|
|
</table>
|
2003-11-27 10:06:31 -05:00
|
|
|
<hr>
|
|
|
|
</body>
|
|
|
|
</html>
|