✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server.blackpussy.asia ​🇻​♯➤ 5.14.0-611.20.1.el9_7.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 163.245.207.76 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗞 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ mail,mb_send_mail
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/share/doc/libtiff-devel/html/man//tiff2pdf.1.html
<!-- Creator     : groff version 1.22.4 -->
<!-- CreationDate: Mon Jul 13 20:00:00 2026 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<meta name="Content-Style" content="text/css">
<style type="text/css">
       p       { margin-top: 0; margin-bottom: 0; vertical-align: top }
       pre     { margin-top: 0; margin-bottom: 0; vertical-align: top }
       table   { margin-top: 0; margin-bottom: 0; vertical-align: top }
       h1      { text-align: center }
</style>
<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>


<h2>NAME
<a name="NAME"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em">tiff2pdf
&minus; convert a TIFF image to a PDF document</p>

<h2>SYNOPSIS
<a name="SYNOPSIS"></a>
</h2>



<p style="margin-left:11%; margin-top: 1em"><b>tiff2pdf</b>
[ <i>options</i> ] <i>input.tiff</i></p>

<h2>DESCRIPTION
<a name="DESCRIPTION"></a>
</h2>



<p style="margin-left:11%; margin-top: 1em"><i>tiff2pdf</i>
opens a TIFF image and writes a PDF document to standard
output.</p>

<p style="margin-left:11%; margin-top: 1em">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>

<p style="margin-left:11%; margin-top: 1em">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>

<p style="margin-left:11%; margin-top: 1em">The standard
output is standard output. Set the output file name with the
<b>&minus;o</b> <i>output.pdf</i> option.</p>

<p style="margin-left:11%; margin-top: 1em">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>

<p style="margin-left:11%; margin-top: 1em">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>&minus;j</b> or
<b>&minus;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>&minus;j</b> and <b>&minus;z.</b></p>

<p style="margin-left:11%; margin-top: 1em">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>&minus;d</b> and
<b>&minus;n.</b></p>

<p style="margin-left:11%; margin-top: 1em">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>

<p style="margin-left:11%; margin-top: 1em">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>&minus;x</b> and <b>&minus;y</b> options. The page size
can be set using the <b>&minus;p</b> option for paper size,
or <b>&minus;w</b> and <b>&minus;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>&minus;u</b> option,
the default unit is inch.</p>

<p style="margin-left:11%; margin-top: 1em">Various items
of the output document information can be set with the
<b>&minus;e</b>, <b>&minus;c</b>, <b>&minus;a</b>,
<b>&minus;t</b>, <b>&minus;s</b>, and <b>&minus;k</b>
options. Setting the argument of the option to &quot;&quot;
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>

<p style="margin-left:11%; margin-top: 1em">The Portable
Document Format (PDF) specification is copyrighted by Adobe
Systems, Incorporated.</p>

<h2>OPTIONS
<a name="OPTIONS"></a>
</h2>



<p style="margin-left:11%; margin-top: 1em"><b>&minus;o</b>
<i>output-file</i></p>

<p style="margin-left:22%;">Set the output to go to file.
<i>output-file</i></p>

<table width="100%" border="0" rules="none" frame="void"
       cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">


<p><b>&minus;j</b></p></td>
<td width="8%"></td>
<td width="78%">


<p>Compress with JPEG (requires <i>libjpeg</i> configured
with <i>libtiff</i>).</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">


<p><b>&minus;z</b></p></td>
<td width="8%"></td>
<td width="78%">


<p>Compress with Zip/Deflate (requires <i>zlib</i>
configured with <i>libtiff</i>).</p></td></tr>
</table>

<p style="margin-left:11%;"><b>&minus;q</b>
<i>quality</i></p>

<p style="margin-left:22%;">Set the compression quality,
1-100 for JPEG.</p>

<table width="100%" border="0" rules="none" frame="void"
       cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">


<p><b>&minus;n</b></p></td>
<td width="8%"></td>
<td width="78%">


<p>Do not allow data to be converted without uncompressing,
no compressed data passthrough.</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">


<p><b>&minus;b</b></p></td>
<td width="8%"></td>
<td width="78%">


<p>Set PDF &lsquo;&lsquo;Interpolate&rsquo;&rsquo; user
preference.</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">


<p><b>&minus;d</b></p></td>
<td width="8%"></td>
<td width="78%">


<p>Do not compress (decompress).</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">


<p><b>&minus;i</b></p></td>
<td width="8%"></td>
<td width="78%">


<p>Invert colors.</p></td></tr>
</table>

<p style="margin-left:11%;"><b>&minus;p</b>
<i>paper-size</i></p>

<p style="margin-left:22%;">Set paper size, e.g.,
<b>letter</b>, <b>legal</b>, <b>A4</b>.</p>

<table width="100%" border="0" rules="none" frame="void"
       cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">


<p><b>&minus;F</b></p></td>
<td width="8%"></td>
<td width="55%">


<p>Cause the tiff to fill the PDF page.</p></td>
<td width="23%">
</td></tr>
</table>

<p style="margin-left:11%;"><b>&minus;u</b>
[<b>i</b>|<b>m</b>]</p>

<p style="margin-left:22%;">Set distance unit, <b>i</b> for
inch, <b>m</b> for centimeter.</p>

<p style="margin-left:11%;"><b>&minus;w</b>
<i>width</i></p>

<p style="margin-left:22%;">Set width in units.</p>

<p style="margin-left:11%;"><b>&minus;l</b>
<i>length</i></p>

<p style="margin-left:22%;">Set length in units.</p>

<p style="margin-left:11%;"><b>&minus;x</b> <i>xres</i></p>

<p style="margin-left:22%;">Set x/width resolution
default.</p>

<p style="margin-left:11%;"><b>&minus;y</b> <i>yres</i></p>

<p style="margin-left:22%;">Set y/length resolution
default.</p>

<p style="margin-left:11%;"><b>&minus;r</b>
[<b>d</b>|<b>o</b>]</p>

<p style="margin-left:22%;">Set <b>d</b> for resolution
default for images without resolution, <b>o</b> for
resolution override for all images.</p>

<table width="100%" border="0" rules="none" frame="void"
       cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">


<p><b>&minus;f</b></p></td>
<td width="8%"></td>
<td width="60%">


<p>Set PDF &lsquo;&lsquo;Fit Window&rsquo;&rsquo; user
preference.</p> </td>
<td width="18%">
</td></tr>
</table>

<p style="margin-left:11%;"><b>&minus;e</b>
<i>YYYYMMDDHHMMSS</i></p>

<p style="margin-left:22%;">Set document information date,
overrides image or current date/time default,
<i>YYYYMMDDHHMMSS.</i></p>

<p style="margin-left:11%;"><b>&minus;c</b>
<i>creator</i></p>

<p style="margin-left:22%;">Set document information
creator, overrides image software default.</p>

<p style="margin-left:11%;"><b>&minus;a</b>
<i>author</i></p>

<p style="margin-left:22%;">Set document information
author, overrides image artist default.</p>

<p style="margin-left:11%;"><b>&minus;t</b>
<i>title</i></p>

<p style="margin-left:22%;">Set document information title,
overrides image document name default.</p>

<p style="margin-left:11%;"><b>&minus;s</b>
<i>subject</i></p>

<p style="margin-left:22%;">Set document information
subject, overrides image image description default.</p>

<p style="margin-left:11%;"><b>&minus;k</b>
<i>keywords</i></p>

<p style="margin-left:22%;">Set document information
keywords.</p>

<p style="margin-left:11%;"><b>&minus;m</b> <i>size</i></p>

<p style="margin-left:22%;">Set memory allocation limit (in
MiB). Default is 256MiB. Set to 0 to disable the limit.</p>

<table width="100%" border="0" rules="none" frame="void"
       cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">


<p><b>&minus;h</b></p></td>
<td width="8%"></td>
<td width="60%">


<p>List usage reminder to stderr and exit.</p></td>
<td width="18%">
</td></tr>
</table>

<h2>EXAMPLES
<a name="EXAMPLES"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em">The following
example would generate the file output.pdf from <br>
input.tiff.</p>

<p style="margin-left:22%;">tiff2pdf &minus;o output.pdf
input.tiff</p>

<p style="margin-left:11%; margin-top: 1em">The following
example would generate PDF output from input.tiff and write
it to standard output.</p>

<p style="margin-left:22%;">tiff2pdf input.tiff</p>

<p style="margin-left:11%; margin-top: 1em">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 &lsquo;&lsquo;Document&rsquo;&rsquo;, and setting
the &lsquo;&lsquo;Fit Window&rsquo;&rsquo; option.</p>

<p style="margin-left:22%;">tiff2pdf &minus;p letter
&minus;j &minus;q 75 &minus;t &quot;Document&quot; &minus;f
&minus;o output.pdf input.tiff</p>

<h2>BUGS
<a name="BUGS"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em">Please report
bugs via the web interface at</p>


<p style="margin-left:22%; margin-top: 1em">http://bugzilla.remotesensing.org/enter_bug.cgi?product=libtiff</p>

<h2>SEE ALSO
<a name="SEE ALSO"></a>
</h2>



<p style="margin-left:11%; margin-top: 1em"><b>libtiff</b>(3),
<b>tiffcp</b>(1), <b>tiff2ps</b>(1)</p>

<p style="margin-left:11%; margin-top: 1em">Libtiff library
home page: <b>http://www.simplesystems.org/libtiff/</b></p>
<hr>
</body>
</html>

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
23 Jul 2026 4.57 AM
root / root
0755
CMakeLists.txt
3.354 KB
19 Feb 2022 3.33 PM
root / root
0644
HtmlDoc.cmake
2.097 KB
19 Feb 2022 3.33 PM
root / root
0644
TIFFClose.3tiff.html
2.148 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFDataWidth.3tiff.html
2.215 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFDeferStrileArrayWriting.3tiff.html
3.928 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFError.3tiff.html
3.102 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFFieldDataType.3tiff.html
2.133 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFFieldName.3tiff.html
2.079 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFFieldPassCount.3tiff.html
2.557 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFFieldReadCount.3tiff.html
2.76 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFFieldTag.3tiff.html
2.2 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFFieldWriteCount.3tiff.html
3.076 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFFlush.3tiff.html
2.833 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFGetField.3tiff.html
32.861 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFOpen.3tiff.html
14.426 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFOpenOptions.3tiff.html
6.887 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFPrintDirectory.3tiff.html
4.158 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFRGBAImage.3tiff.html
11.356 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFReadDirectory.3tiff.html
7.38 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFReadEncodedStrip.3tiff.html
3.492 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFReadEncodedTile.3tiff.html
3.434 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFReadRGBAImage.3tiff.html
8.416 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFReadRGBAStrip.3tiff.html
7.088 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFReadRGBATile.3tiff.html
7.859 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFReadRawStrip.3tiff.html
2.795 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFReadRawTile.3tiff.html
2.882 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFReadScanline.3tiff.html
4.395 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFReadTile.3tiff.html
3.561 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFSetDirectory.3tiff.html
3.349 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFSetField.3tiff.html
30.458 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFStrileQuery.3tiff.html
4.842 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFWarning.3tiff.html
3.063 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFWriteDirectory.3tiff.html
6.126 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFWriteEncodedStrip.3tiff.html
4.32 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFWriteEncodedTile.3tiff.html
4.116 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFWriteRawStrip.3tiff.html
3.905 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFWriteRawTile.3tiff.html
3.545 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFWriteScanline.3tiff.html
6.659 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFWriteTile.3tiff.html
3.096 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFbuffer.3tiff.html
3.582 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFcodec.3tiff.html
3.389 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFcolor.3tiff.html
18.525 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFmemory.3tiff.html
3.229 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFquery.3tiff.html
4.979 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFsize.3tiff.html
2.411 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFstrip.3tiff.html
4.082 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFswab.3tiff.html
3.163 KB
21 Jul 2026 3.53 PM
root / root
0644
TIFFtile.3tiff.html
4.753 KB
21 Jul 2026 3.53 PM
root / root
0644
fax2ps.1.html
6.312 KB
21 Jul 2026 3.53 PM
root / root
0644
fax2tiff.1.html
15.335 KB
21 Jul 2026 3.53 PM
root / root
0644
index.html
3.736 KB
19 Feb 2022 3.33 PM
root / root
0644
libtiff.3tiff.html
54.342 KB
21 Jul 2026 3.53 PM
root / root
0644
pal2rgb.1.html
4.416 KB
21 Jul 2026 3.53 PM
root / root
0644
ppm2tiff.1.html
3.746 KB
21 Jul 2026 3.53 PM
root / root
0644
raw2tiff.1.html
11.087 KB
21 Jul 2026 3.53 PM
root / root
0644
tiff2bw.1.html
3.745 KB
21 Jul 2026 3.53 PM
root / root
0644
tiff2pdf.1.html
11.295 KB
21 Jul 2026 3.53 PM
root / root
0644
tiff2ps.1.html
13.174 KB
21 Jul 2026 3.53 PM
root / root
0644
tiff2rgba.1.html
4.512 KB
21 Jul 2026 3.53 PM
root / root
0644
tiffcmp.1.html
3.675 KB
21 Jul 2026 3.53 PM
root / root
0644
tiffcp.1.html
13.912 KB
21 Jul 2026 3.53 PM
root / root
0644
tiffcrop.1.html
29.56 KB
21 Jul 2026 3.53 PM
root / root
0644
tiffdither.1.html
5.199 KB
21 Jul 2026 3.53 PM
root / root
0644
tiffdump.1.html
3.471 KB
21 Jul 2026 3.53 PM
root / root
0644
tiffinfo.1.html
4.088 KB
21 Jul 2026 3.53 PM
root / root
0644
tiffmedian.1.html
4.56 KB
21 Jul 2026 3.53 PM
root / root
0644
tiffset.1.html
3.545 KB
21 Jul 2026 3.53 PM
root / root
0644
tiffsplit.1.html
3.052 KB
21 Jul 2026 3.53 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF