We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e6418 commit 201ad9fCopy full SHA for 201ad9f
Sample_Code/pdfcat
@@ -8,10 +8,9 @@ A file not followed by a page range means all the pages of the file.
8
PAGE RANGES are like Python slices.
9
{page_range_help}
10
EXAMPLE
11
- pdfcat -o output.pdf headtail.pdf 0 content.pdf :6 7: headtail.pdf -2:
12
- Concatenate the first page of headtail.pdf, all but page seven of
13
- content.pdf, and the last two pages of headtail.pdf,
14
- producing output.pdf.
+ pdfcat -o output.pdf head.pdf content.pdf :6 7: tail.pdf -1
+ Concatenate all of head.pdf, all but page seven of content.pdf,
+ and the last page of tail.pdf, producing output.pdf.
15
"""
16
# Copyright (c) 2014, Steve Witham <[email protected]>.
17
# All rights reserved. This software is available under a BSD license;
0 commit comments