How to convert TIFF file with rotation?
Image Converter Plus
Image Converter Plus Home FeaturesDownloadOrderSupport

Introduction of ImageConverter Plus command line
Program Overview
Program Features
Comand line syntax
Script
Makebat
Source
Convertto
BMP
JPG
GIF
PNG
TGA
TIFF
PSD
EXR
DDS
PDF
EPS
MNG
Dest
Save_opt
Template
Target_opt
Add operations (-oper)
Crop
Effect
Mirror
Resize
Rotate
Replace_color
Canvas
Color_profile
Watermark
Page_filter
Sort
How to...
Launching the program
Launch the program?
Launch the program from BATCH-file?
Launch the program from another application?
Use ImageConverter Plus command line on Web-server?
Launch the program from PERL script under Windows server?
Launch the program from Cold Fusion?
Launch the program from ASP?
Hide concole window when I launch the program from my application?
Working with files and folders
Convert files from local network?
Convert files from folder with all subfolders?
Specify name of output file?
Delete source images after conversion?
Overwrite files?
Convert CALS Raster files to TIFF?
Convert DICOM image file into TIFF?
Convert PCX file into TIFF?
Convert PDF file into TIFF in batch mode?
Convert SFF files into TIFF?
Convert TIFF file with Wang OldJPEG compression into standard TIFF?
Convert WinFax files into TIFF?
Convert WPG clipart into TIFF?
Convert color image into grayscale TIFF?
Convert Group3 and Group4 Fax files into TIFF format?
Changing image size and resolution
Stretch image proportionally?
Change image resolution?
Change image size and keep resolution?
Working with border and margins
Crop white margins from photo and fax?
Add a solid border to all images?
Working with colors and transparency
Change one color to another?
Invert colors?
Convert file with CMYK color space?
Make colors transparent?
Other questions
Save each page of multipage file separately?
Find out what version of batch converter you have?
Convert TIFF file with rotation?
Create a multipage file?
Find out numeric color code?
Additional Information
Color effects
Features in details
Supported formats
Registration and licensing
License agreement
Order ImageConverter Plus
fCoder On-line
About
Online support form
Custom development

How to convert TIFF file with rotation?


Today PDF (Portable Document Format) is a widely spread file format used to store documents and manuals and publish them on the Internet. It is also used for preprint preparation of books, booklets, documents and presentations. Modern search engines (e.g. Google) support keyword search not only in text files but in PDF files as well.

The internal structure of PDF file is highly complicated due to large amount of encoding and compression methods used in this format. Here are some of compression types provided in PDF format specification: LZW, Deflate, DCT(JPEG), CCITT FAX 3, CCITT FAX 4, ASCII-85, RLE, JBIG2. PDF can present graphical data in various color spaces, e.g. RGB, CMYK, GRAY, CIE Lab. Color space may be specified in ICC-profile embedded into PDF file. Fonts for document text areas can also be embedded into PDF file.

PDF format is based on PostScript language. The first version of PDF format specification was issued in 1993. Since that time it suffered several cardinal changes. A document saved in PDF format will theoretically look the same on any computer and under any operating system. We say theoretically as the script that creates PDF file might fail to be rendered the same way under any OS and by any viewer. That's why, to guarantee that the document is completely OS and viewer independent, one should convert a PDF file intor a simple format - e.g. TIFF.

TIFF format is a common and reliable standard for storing images. TIFF contains raster image, that's why no script rendering is necessary to view it. Most viewers use 'libtiff' library to process TIFF files. This library is available in source codes. This fact guarantees that TIFF files will always look the same on any machine due to usage of the same code.

To convert PDF files to TIFF:

  • Download and install Image Converter Plus
  • Press 'Start" button, then select 'Run...' and press it
    • To convert PDF files to black-and-white TIFF, enter the following command line:

      ICPCL.exe –convertto tiff –source " C:\PDF Files\*.pdf" –dest "C:\out\" dither:no -oper Resize size:130 130 units:percents keep_prop:no -save_opt convert_subfolders:yes restore_subfolders:yes compression:CCITT_Fax

    • To convert PDF files to grayscale TIFF, enter:

      ICPCL.exe –convertto tiff –source " C:\PDF Files\*.pdf" –dest "C:\out\" bpp:8 dither:no -oper Resize size:130 130 units:percents keep_prop:no -save_opt convert_subfolders:yes restore_subfolders:yes Effect effect:grayscale 

    • To convert PDF files to color TIFF, enter:

      ICPCL.exe –convertto tiff –source " C:\PDF Files\*.pdf" –dest "C:\out\" dither:no -oper Resize size:130 130 units:percents keep_prop:no -save_opt convert_subfolders:yes restore_subfolders:yes

  • Press 'OK' button
  • A DOS mode window will open and the conversion process will start
  • Converted files will be stored in 'C:\out' folder

If you do conversions often you may found it more convenient to make a conversion script as a BATCH-file.



© 2007, fCoder Group, Inc.
Site Map | Other Projects