| Home
|
|
|
|
Image Converter Plus command line syntax :: Add operations :: Page FilterPage FilterThis operation is used to convert separate pages of multipage files. Its settings are adjusted with the help of the following parameters.
pages_modePages_mode parameter specifies pages to be converted. Its allowed values are:
The default value is: all Example:-oper PageFilter pages_mode:even pagesUse 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_firstSkip_first parameter specifies whether the program will convert the first page of the source file. The following values are allowed.
The default value is: no. Example:-oper PageFilter skip_first:yes skip_lastSkip_last parameter specifies whether the program will convert the last page of the source file. The following values are allowed.
The default value is: no. Example:-oper PageFilter skip_last:yes multipage_onlyMultipage_only parameter specifies whether this operation will be applied to source one-page files. The following values are allowed.
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
|
||