1Usage: pagemaster [<options>] file...
2
3OPTIONS:
4
5 -o [ --output ] arg The output folder used to store modified files. By
6 default, the current working folder will be used to
7 store converted files.
8
9 --subfolders Process all subfolders.
10
11 --digits arg The number of digits used in the page number portion
12 of the output filename for split operations.
13 -m [ --merge ] Merge documents, page ranges, or page sets.
14
15 --splice This option is only relevant when merging pages. It
16 can be used to assemble the new document sequence by
17 interweaving pages from the given list of page
18 sequences.
19
20 -s [ --split ] Split a PDF document.
21
22 -r [ --remove ] Remove the given pages of a PDF document.
23
24 -i [ --insert ] arg Insert the specified document.
25
26 --before arg used to specify that the file should be inserted
27 before the given page.
28
29 --after arg used to specify that the file should be inserted
30 after the given page.
31
32 --byfilesize arg Split a PDF document into files of the given size in
33 KB.
34
35 --bybookmarks arg Split a PDF document into files based on bookmarks at
36 the given depth or range of depths in the bookmark
37 tree.
38
39 --gettitle Gets the title of the document.
40 --getauthor Gets the name of the person who created the document.
41 --getsubject Gets the subject of the document.
42 --getkeywords Gets keywords associated with the document.
43 --getcreator Gets document's 'Creator' description.
44 --getproducer Gets document's 'Producer' description.
45
46 --getpagecount Gets the number of pages in the document.
47
48 --settitle arg Sets document's 'Title' description.
49 --setauthor arg Sets document's 'Author' description.
50 --setsubject arg Sets document's 'Subject' description.
51 --setkeywords arg Sets document's 'Keywords' description.
52 --setcreator arg Sets document's 'Creator' description.
53 --setproducer arg Sets document's 'Producer' description.
54
55 -p [ --pass ] arg The password for secured PDF files. Not required if
56 the input document is not secured using the 'open'
57 password.
58
59 -u [ --userpass ] arg The new user password. The password required to open
60 resulting documents.
61 --AES Use 128-bit AES (Advanced Encryption Standard)
62 Encryption.
63 -w [ --ownerpass ] arg The new owner/master password. This password is
64 required to adjust permissions settings on resulting
65 documents.
66 -d [ --disable ] arg Permissions are applied to the output PDF if the
67 output document is encrypted. This option accepts a
68 string of permissions flags that should be disabled.
69 The permission string may include the following
70 flags:
71 a - All permissions.
72 p - Printing.
73 m - Changing the document.
74 c - Content copying or extraction.
75 o - Commenting.
76 f - Filling of form fields.
77 x - Content extraction for accessibility.
78 s - Document assembly.
79 h - High quality printing.
80
81 -e [ --enable ] arg A string of permissions flags (see above) that can be
82 enabled. If there is a conflict with one of flags in
83 'disable' option the permission is not granted.
84 --nobookmarks Do not keep bookmarks.
85 -l [ --linearize ] Linearize output files.
86 --reverse Reverse the page order of output file(s).
87 --noprompt Disables any user input. By default, the application
88 will ask for a valid password if the password is
89 incorrect.
90
91 --extension arg (=.pdf) The default file extension used to process PDF
92 documents. The default extension is ".pdf".
93
94 --verb arg (=1) Set the verbosity level to 'arg' (0-10).
95
96 -v [ --version ] Print the version information.
97
98 -h [ --help ] Print a listing of available options.
99
100
101Examples:
102 pagemaster -m otherpage.pdf "Apryse PDF PageMaster User Manual.pdf" -o out.pdf
103 pagemaster -m pages.pdf,1,4,10-5 first.pdf,10-5o -o out.pdf
104 pagemaster -s second.pdf -p mypass -o out-dir
105 pagemaster -s test_out/ex3,1-5,10-6,3x secret.pdf
106 pagemaster -s --bybookmarks 1 bookmarks.pdf -p mypass secret.pdf