ChiefPDF to Tiff Converter Command Line - User Manual
   
  Overview
  Getting Started
  Command Parameters
  Registration
  License
   
   Overview
   
 
ChiefPDF PDF to Tiff Converter is a powerful easy-to-use pdf converter tool, it does not need any acrobat software support, it can batch convert pdf files to tiff files quickly and supports all versions of pdf(v1.0~v1.7).  It supports the fast, affordable way to create professional-quality tiff format files, it supports true color, grayscale and black/white tiff format and supports almost all tiff compressions, such as CCITT G3, CCITT G4, RLE, PACKBITS, JPEG and LZW etc.
   
 
  Batch convert pdf file(s) to image file(s) quality.
  Support all version of pdf (v1.0 ~ v1.7).
  Support multi-page image files.
  Support multifarious image compressions, such as CCITT G3, CCITT G4, RLE, PACKBITS, JPEG and LZW etc.
  Support true color, grayscale and black/white image formats.
  Support to custom resolution for result image file(s).
  Auto optimizational image to create high good quality image file(s).
  Drag and drop of files.
  It can preview result file(s) after converted.
  Preserve original document layout.
  Easy-to-use interface, after adding pdf file(s) and setting options, you can only to do is click the button "Start Working".
  Support Microsoft Windows 2000/2003/XP, Windows vista and Window 7.
   
   Getting Started
  How to use this video converter?
  The following will show you a step by step guide to complete the conversion task.
  At first, you must download the converter "ChiefPDF PDF to Tiff Converter Command Line " from our website.
   
  Usage:
 
pdf2tiff-cmd.exe <-i <"input file/dir" > [page expression] > [-i <"inpu file/dir"> [page expression]-i ... ]>
[-o <"output directory" >]
[-p <password >]
[-c <color depth >]
[-x <horizontal resolution >]
[-y <vertical resolution >]
[-q <jpeg compression quality >]
[-e <tiff compression mode >]
[-g] [-m] [-h]
  Note:
 
        <> --- required parameter.
        [ ]  --- optional parameter.
   
  Quick to use ChiefPDF Pdf to Image Converter Command Line.
 
  pdf2tiff-cmd.exe -i "c:\pdfs\test.pdf" Convert the pdf file "c:\pdfs\test.pdf" with default settings.
  pdf2tiff-cmd.exe -i "c:\pdfs\test.pdf" -o "c:\out" -f tiff -m -e jpeg -q 80 Convert the pdf file "c:\pdfs\test.pdf" to multi-page tiff format image and saved in the directory "c:\out".
   
   Command Parameters
  (1) -i <"input file/dir"> [page expression]
  Source pdf file or directory which contains pdf file(s). The application supports converting any pages of source pdf file to image format files by using page expression. For more information reference to the following table.
Page Expression Description
5-12 Extract pages 5 through 12.
-3 Extract pages 1 through 3 .
5- Extract pages 5 through end.
11,15-21,5-18,30- Extract pages 11 ,15 through 21, 5 through 18 and 30 through end.
for example:
        pdf2tiff-cmd.exe -i "c:\pdfs\test.pdf" 3-12,21-31 -o "c:\out" -m -e lzw
        Extracting pages 3 through 12, 21 through 31 of the pdf file "c:\pdfs\test.pdf", converting them to multi-page tiff format image and saved in the directory "c:\out".
   
  (2) -o <"output directory" >
  Setting destination directory to output image files, default same as input source directory.
   
  (3) -p <password >
  Setting password for restricted pdf file.
   
  (4) -c <color depth >
  Setting color depth of result images, the application supports four kinds of color depth, such as 1bit (black/white), 4bits (16 colors), 8bits (256 colors) and 24bits (true colors). But not all image formats support all color depths, for more information reference to the following table.
Image Format Supported color depth
 tif/tiff 1bit, 4bits, 8btis, 24bits
 jpg/jpeg 8bits grayscale, 24bits
 bmp 1bit, 4bits, 8btis, 24bits
 gif 1bit, 4bits, 8btis
 png 1bit, 4bits, 8btis, 24bits
 pcx 1bit, 4bits, 8btis, 24bits
for example:
        pdf2tiff-cmd.exe -i "c:\pdfs\test.pdf" -o "c:\out" -c 1 -e g3
       Converting pdf file "c:\pdfs\test.pdf" to black/white tiff format images with CCITT Group 3 compression mode and saved in the directory "c:\out".
        pdf2tiff-cmd.exe -i "c:\pdfs\test.pdf" -o "c:\out" -m -c 24 -e jpeg -q 80
       Converting pdf file "c:\pdfs\test.pdf" to 24 bits true colors multi-page tiff format image with jpeg compression mode and saved in the directory "c:\out".
   
  (5) -x <horizontal resolution>
  Setting horizontal resolution.
The application supports horizontal and vertical DPI(dots percent inch). A larger DPI value generates a higher quality image, but also will make the size of the image file larger. On the other hand, a lower DPI value generates files of smaller size, but the image is also of lower quality. The software supports from 72 to 600 DPI, default is 100 DPI.
   
  (6) -y <vertical resolution>
  Setting vertical resolution. For more information reference to the command "-x".
   
  (7) -q <jpeg compression quality>
  Setting compression quality from 1 to 100 for lossy compression types. Default is 75.
for example:
        pdf2tiff-cmd.exe -i "c:\pdfs\test.pdf" -o "c:\out" -m -g -e jpeg -q 80
       Converting pdf file "c:\pdfs\test.pdf" to grayscale multi-page tiff format image with jpeg compression mode and saved in the directory "c:\out".
   
  (8) -e <tiff compression mode>
  Setting the tiff compression mode. The application supports multifarious compression type, such as CCITT Group 3, CCITT Group 4, RLE, PACKBITS, JPEG and LZW etc.
Parameter Value Description
 none none compression mode
 jpg or jpeg JPEG compression mode
 lzw LZW compression mode
 packbits PACKBITS compression mode
 rle RLE compression mode
 g3 CCITT Group 3 compression mode
 g4 CCITT Group 4 compression mode

Each kind of color depth has corresponding compression modes toward tiff format image, the following table indicates the corresponding relation between tiff compression modes and color depth.
Tiff Color Depth Supported compression modes
 1bit (black/white) LZW, CCITT Group 3, CCITT Group 4, RLE
 4bits (16 colors) LZW, PACKBITS
 8bits (256 colors) LZW, PACKBITS, JPEG (only grayscale)
 24bits true colors LZW, PACKBITS, JPEG
for example:
        pdf2tiff-cmd.exe -i "c:\pdfs\test.pdf" -o "c:\out" -c 1 -e rle
       Converting pdf file "c:\pdfs\test.pdf" to black/white tiff format format images with RLE compression mode and saved in the directory "c:\out".
        pdf2tiff-cmd.exe -i "c:\pdfs\test.pdf" -o "c:\out" -c 24 -e lzw
       Converting pdf file "c:\pdfs\test.pdf" to 24bits true colors tiff format format images with LZW compression mode and saved in the directory "c:\out".
        pdf2tiff-cmd.exe -i "c:\pdfs\test.pdf" -o "c:\out" -m -g -c 8 -e jpeg -q 80
       Converting pdf file "c:\pdfs\test.pdf" to multi-page grayscale tiff format image with jpeg compression mode and saved in the directory "c:\out".
   
  (9) -m
  Setting multi-page tiff format image.
   
  (10) -g
  Setting grayscale format image. Only two kinds of color depths image format, 4bits (16 colors) and 8bits (256 colors), can be setup in grayscale.
   
  (11) -h
  Open user manual.
   
  (12) -r AAAA-AAAA-AAAA-AAAA
  Registering the application.
   
   
   Registration
  Get the software
      You can free download a copy of the software at http://www.chiefpdf.com/pdftotiff.html
  Buy now
      You can order the software online.Click here to buy right now.
    Only $39.7, thanks for using our products.
  Technology support
      Customer service and support are primary focuses for us! We would like to provide you with the best products and service. So we welcome any question or suggestion. We promise to our customers that we will deal with emails within 24 hours after recevied them. Free trial customers are also welcome to enjoy our Email Service.
      Now if you have any questions, please send an email to us with clearly describing about them. You can report problems of our products or give us your comments and suggestions.
 
     support@chiefpdf.com
   
   License
 
End User License Agreement(EULA)
  THIS IS A CONTRACT. CAREFULLY READ THIS AGREEMENT. BY INSTALLING THIS SOFTWARE YOU ACCEPT AND AGREE TO ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.

  This ChiefPDF End User License Agreement ("EULA") accompanies all software products ("Software"). Please read this EULA carefully.

  ChiefPDF and its suppliers own all intellectual property in the Software. The Software is licensed, not sold. The Software is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties.

  If you do not agree with all of the terms and conditions of this agreement, you must
  (1) Immediately cease using the software,
(2) Destroy all copies of the same, including any copies stored on your hard drive and any archival copies, and
(3) Follow the procedures established by the manufacturer.

  DEFINITIONS
  "Evaluation Software" means a version of ChiefPDF' Software licensed as an evaluation or trial. This version is neither for resale nor for production use.
  "License" means a person and/or company entering into this EULA.
  "Unlock Code " means a unique unlock sequence that allows enabling of the Software for production use.

  Software License. Upon issuance of a valid Unlock Code sequence by ChiefPDF to Licensee, you can install Software on one (1) Computer, unless otherwise indicated under a Server License granted by ChiefPDF.

  LICENSE GRANT. Solid Documents grants you a non-exclusive, non-transferable right and limited license to use the Software as follows:

  a. Use.
  Individual License Use. With an individual license you may use the Software on a single computer ("Your Computer") and not across a network.

  Server License Use. With a server license you may use the Software on multiple computers, it covers a single organization. If you buy a server license Software, you may use the Software in an unlimited number of your company's computers.

  Additional Restrictions. You may not separate component parts of the Software for use on more than one computer. You do not have the right to distribute the Software. You may load the Software into your Computer's temporary memory (RAM) for purposes of using the Software. Licensee agrees to not attempt to disable or violate the internal activation and licensing mechanism.

  b. Storage.
  You may copy the Software into the local memory or storage device. The license for the Software may not be shared or used concurrently on different computers.

  c. Copying.
  You may make archival or back-up copies of the Software, provided the copy contains all the original Software's proprietary notices and that it is used only for back-up purposes.

  d. Reservation of Rights.
  ChiefPDF reserves all rights not expressly granted to you in this License Agreement.

  e. License Abuse and/or Violation.
  If any abuse of a license is suspected or found, ChiefPDF retains the right to make the Unlock Code invalid. You also agree to surrender your license immediately upon any notification of violation of any of the terms in this EULA and you will not be refunded any money upon surrendering your license.

  COPYRIGHT.
  The Software is proprietary to ChiefPDF and its licensors. ChiefPDF and its licensors retain all copyrights, trade secret rights, patents, trademarks, and any other proprietary rights relating to the Software. Except as expressly provided in the License Grant above, you may not copy, reproduce, alter, modify, decompile, disassemble, reverse engineer, or create derivative works based on the Software. All rights not expressly granted are reserved. Any copy of the Software that you are permitted to make under this Agreement must include all of the copyright and other notices appearing in the original copy of the Software.

  RESTRICTIONS ON TRANSFER.
  This license is personal to Licensee, and neither your rights hereunder nor any copy of the Software may be sold, assigned, distributed, transferred or sublicensed to any other person, in any media (including electronic media), without the prior written consent of ChiefPDF. Any transfer in violation of this section will be null and void and will automatically terminate your right to use or possess the Software.

  UPDATED VERSIONS.
  The Software may be updated from time to time by ChiefPDF at its sole discretion. You may obtain such updated versions of the Software from ChiefPDF on the terms agreed upon by ChiefPDF and you. Such updated versions of the Software are expected to operate more accurately and effectively. You acknowledge that you are responsible for downloading and installing such updated versions of the Software.

  LIMITED WARRANTY.
  ChiefPDF warrants that, for thirty (30) days from the date of delivery of the Software to you, the Software will perform substantially in accordance with its applicable documentation.
ChiefPDF DOES NOT WARRANT THAT THE SOFTWARE WILL BE UNINTERRUPTED OR THAT THE SOFTWARE WILL BE ERROR-FREE. THE ABOVE WARRANTY IS EXCLUSIVE AND IN LIEU OF ALL OTHER WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE. IF APPLICABLE LAW REQUIRES ANY WARRANTIES WITH RESPECT TO THE SOFTWARE, ALL SUCH WARRANTIES ARE LIMITED IN DURATION TO THIRTY (30) DAYS FROM THE DATE OF DELIVERY.

  SEVERABILITY.
  In the event any provision of this EULA is found to be invalid, illegal or unenforceable, a modified provision shall be substituted which carries out as nearly as possible the original intent of the Parties, and the validity, legality, and enforceability of any of the remaining provisions shall not in any way be affected or impaired thereby.

  SOFTWARE LICENSE.
  ChiefPDF reserves the right to change or update any part of this agreement, at any time in the future, without prior notice or reason.
  http://www.chiefpdf.com  
  Copyright 2008-2010 by ChiefPDF Inc. All rights reserved.