Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4b89d18

Browse files
authoredOct 30, 2024··
Reverting subcommand-cat.md
Wrong branch
1 parent 6c2bee3 commit 4b89d18

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed
 

‎docs/user/subcommand-cat.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,19 @@ pdfly cat --help
3636
1:10:2 1 3 5 7 9
3737
2::-1 2 1 0.
3838
::-1 all pages in reverse order.
39-
```
40-
41-
### Note: For negative page numbers, use the -- option before the number:
4239
43-
```bash
44-
45-
pdfly cat resources/GeoBase_NHNC1_Data_Model_UML_EN.pdf -o geo.pdf -- -1
46-
```
4740
4841
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
5143
Concatenate all of head.pdf, all but page seven of content.pdf,
5244
and the last page of tail.pdf, producing output.pdf.
5345
5446
pdfly cat chapter*.pdf >book.pdf
55-
5647
You can specify the output file by redirection.
5748
5849
pdfly cat chapter?.pdf chapter10.pdf >book.pdf
59-
6050
In case you don't want chapter 10 before chapter 2.
61-
```
51+
6252
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
6353
│ * filename PATH [default: None] [required] │
6454
│ * fn_pgrgs FN_PGRGS... filenames and/or page ranges [default: None] │

0 commit comments

Comments
 (0)
Please sign in to comment.