Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:pdf:tif_to_pdf [2007/05/14 10:38] – created billhdocs:pdf:tif_to_pdf [2008/08/03 00:25] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== tif to pdf ====== ====== tif to pdf ======
-===== tifftopdf =====+===== command line tools ===== 
 +  * all part of the libtiff suite of utilities 
 + 
 +==== fax2ps ==== 
 +==== fax2tiff ==== 
 +==== gif2tiff ==== 
 +==== pal2rgb ==== 
 +==== ppm2tiff ==== 
 +==== ras2tiff ==== 
 +==== raw2tiff ==== 
 +==== rgb2ycbcr ==== 
 +==== thumbnail ==== 
 +==== tiff2bw ==== 
 +  * convert a color TIFF image to greyscale 
 +  * tiff2bw -c lzw input.tif output.tif 
 + 
 +==== tiff2pdf ==== 
 +  * convert a TIFF image to a PDF document
   * tiff file cannot have alpha channel or compression   * tiff file cannot have alpha channel or compression
 <code> <code>
 tiff2pdf -p letter -o output.pdf input.tif tiff2pdf -p letter -o output.pdf input.tif
 </code> </code>
 +
 +==== tiff2ps ====
 +==== tiff2rgba ====
 +==== tiffcmp ====
 +==== tiffcp ====
 +==== tiffdither ====
 +==== tiffdump ====
 +==== tiffinfo ====
 +  * print information about TIFF files
 +
 +==== tiffmedian ====
 +==== tiffset ====
 +==== tiffsplit ====
 +  * split a multi-image TIFF into single-image TIFF files
 +
  
 ===== Adobe Acrobat 6 ===== ===== Adobe Acrobat 6 =====
Line 10: Line 42:
   * also, File -> Create PDF -> From Multiple Files... should work   * also, File -> Create PDF -> From Multiple Files... should work
   * in Acrobat 6, there is a problem with the default order of merging documents and it almost always requires user intervention to put the pages in proper order before completing the merge   * in Acrobat 6, there is a problem with the default order of merging documents and it almost always requires user intervention to put the pages in proper order before completing the merge
 +
 +===== See Also =====
 +  * [[..:imagemagick:command_line_tools|imagemagick]] - http://www.imagemagick.org/script/index.php
  • docs/pdf/tif_to_pdf.1179160739.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)