File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -36,29 +36,19 @@ pdfly cat --help
36
36
1:10:2 1 3 5 7 9
37
37
2::-1 2 1 0.
38
38
::-1 all pages in reverse order.
39
- ```
40
-
41
- ### Note: For negative page numbers, use the -- option before the number:
42
39
43
- ``` bash
44
-
45
- pdfly cat resources/GeoBase_NHNC1_Data_Model_UML_EN.pdf -o geo.pdf -- -1
46
- ```
47
40
48
41
Examples
49
-
50
- pdfly cat resources/GeoBase_NHNC1_Data_Model_UML_EN.pdf -o geo.pdf -- -1
42
+ pdfly cat -o output.pdf head.pdf content.pdf :6 7: tail.pdf -1
51
43
Concatenate all of head.pdf, all but page seven of content.pdf,
52
44
and the last page of tail.pdf, producing output.pdf.
53
45
54
46
pdfly cat chapter*.pdf >book.pdf
55
-
56
47
You can specify the output file by redirection.
57
48
58
49
pdfly cat chapter?.pdf chapter10.pdf >book.pdf
59
-
60
50
In case you don't want chapter 10 before chapter 2.
61
- ```
51
+
62
52
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
63
53
│ * filename PATH [default: None] [required] │
64
54
│ * fn_pgrgs FN_PGRGS... filenames and/or page ranges [default: None] │
You can’t perform that action at this time.
0 commit comments