
Buy now!
Final price will reflect on checkout page.
A-PDF Split Command Line 28% Discount Coupon
USAGE
Parameters:
: The PDF file to be split.
: How is the file split. There are 4 method, see the below.
Split Method
-P[N] : Split by every N page. N default is 1
-B[Level] : Split by Bookmark with Level. Level is a number, 1 means the
highest level bookmarks. Default is 1.
-R : Split by List of ranges. The format is
##…
The range formats can be in the style 10,20,24-32,12-31.
-M : Remove some pages. The range formats can be in the style
10,20,24-32,12-31.
-C : Split to N files. For example, N is 2, then the split files
will contain page 1,3,5,7… and page 2,4,6,8…
-L : Split by A-PDF Split List file(*.psl), which can be exported
by A-PDF Split(GUI version). The format is:
If the
file pattern will be the
……..
If the
file pattern will be the
Options:
-W : If the file is protected by open/user password, you must
input a password to open it.
-F : Split range from page. Default is 1.
-T : Split range to page. Default is page count.
-OP : Option for changing the properties. Default is same as orginal
file. The is a quote string, an example is:
“TITLE=A good manual for beginner,AUTHOR=Bill”.
setting syntax: KEY=VALUE, every setting split by comma.
Available keys are:
TITLE: Special the title of output pdf document.
SUBJECT: Special the subject of output pdf document.
AUTHOR: Special the author of output pdf document.
KEYWORDS: Special the keywords of output pdf document.
-OS : Option for change the security. Default is NO security. The
is a quote string, an example is:”RESTRICTPASSWORD
=pASSwOrD096,PRINT=low,FILLFIELDS=Y”.
setting syntax: KEY=VALUE, every setting split by comma.
Available keys are:
SAMEASORIGINAL: If the output security setting is same as
original file. Values are: Y,N.
OPENPASSWORD: Setting the open password.
RESTRICTPASSWORD: Setting the restrict(owner) password.
PRINT: Setting print allowed. Default is none. Available
values are: none, low, high.
CHANGE: Changing the document. Values are: Y,N
COPY: Content copying or extraction.Values are:Y,N
COMMENT: Commenting. Values are: Y,N
FILLFIELDS: Filling of form fields. Values are: Y,N
COPYACCESS: Content extraction for accessibility. Values
are:Y,N
ASSEMBLE: Document assembly. Values are: Y,N
-H<Y/N> : When splitting using bookmark, if a bookmark do not point
to the page top, the page will be in two PDF file splitted.
For example, if a bookmark point to page 3, and the next one
point to page 5 and height 20, using the switchs:
Y, the splitted file will be 3 pages. Page 3-5
N, the splitted file will be 2 pages. Page 3-4
Default is Y.
-SEQ : Option for sequence of macro {part:0..0}. For example,
“START=3,INTERVAL=2”, then the macro {part:0..0} will create
sequential numbers as 3,5,7,8,9 …
Available keys are:
START: The start of sequence. Default is 1
INTERVAL: The interval of sequence. Default is 1
-LN : List of output filename specified. Used only by the macro
{namelist}. One name must be per line.
Return Code:
0: Split successfully
1: Split failed
2: Parameter is wrong
3: Load source file failed
4: Decrypt failed
5: Extract failed
6: Save destination failed