Command line syntax
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

Image Converter Plus command line syntax :: Add operations :: Page Filter

Page Filter

This operation is used to convert separate pages of multipage files. Its settings are adjusted with the help of the following parameters.

  • pages_mode - page range (default - all)
  • pages - pages (default "")
  • skip_first - skip first page (default - no)
  • skip_last - skip last page (default - no)
  • multipage_only - apply to multipage files only (default - yes)

pages_mode

Pages_mode parameter specifies pages to be converted. Its allowed values are:

  • all - convert all pages.
  • odd - convert odd pages only.
  • even - convert even pages only.
  • custom - convert pages whose numbers are within the limits of the interval specified in pages parameter.

The default value is: all

Example:

-oper PageFilter pages_mode:even

pages

Use pages parameter to specify numbers of pages to be converted or their intervals. Its value is a character string containing page numbers separated with commas. Intervals are specified with the help of hyphens. The syntax of this parameter corresponds with the syntax of print dialog boxes in Microsoft Office applications.

The default value is: none.

Example:

-oper PageFilter pages:"1,3,7-9"

skip_first

Skip_first parameter specifies whether the program will convert the first page of the source file. The following values are allowed.

  • yes - the program won't convert the first page of the source file.
  • no - the program will convert the first page of the source file.

The default value is: no.

Example:

-oper PageFilter skip_first:yes

skip_last

Skip_last parameter specifies whether the program will convert the last page of the source file. The following values are allowed.

  • yes - the program won't convert the last page of the source file.
  • no - the program will convert the last page of the source file.

The default value is: no.

Example:

-oper PageFilter skip_last:yes

multipage_only

Multipage_only parameter specifies whether this operation will be applied to source one-page files. The following values are allowed.

  • yes - the operation will be performed for source multipage files only.
  • no - the operation will be performed for all files.

The default value is: yes

Example:

-oper PageFilter multipage_only:no

ICPCL.exe -source "C:\Original files" -dest "C:\Converted files" -oper PageFilter pages:"1,3,7-9" pages_mode:custom skip_first:yes skip_last:yes multipage_only:no

tips

  • Use pages parameter only if page range parameter value is "custom".

    Example:

ICPCL.exe -source "C:\Original files" -dest "C:\Converted files" -template "{Title}.{Type}" -oper PageFilter pages:"1,3,7-9" pages_mode:custom

  • If skip first page or skip last page parameter value is "yes", while apply to multipage files only parameter value is "no", single-page files won't be converted.

    Example:

ICPCL.exe -source "C:\Original files" -dest "C:\Converted files" -template "{Title}.{Type}" -oper PageFilter pages_mode:all_first:no

  • If you want to convert single-page files, set apply to multipage files only value to "no" and make sure that the first page exists in the source image.

    Example:

ICPCL.exe -source "C:\Original files" -dest "C:\Converted files" -template "{Title}.{Type}" -oper PageFilter pages:all multipage_only:no


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