Skip to content

Commit 201ad9f

Browse files
committed
pdfcat: better usage example.
1 parent d4e6418 commit 201ad9f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Sample_Code/pdfcat

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ A file not followed by a page range means all the pages of the file.
88
PAGE RANGES are like Python slices.
99
{page_range_help}
1010
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.
11+
pdfcat -o output.pdf head.pdf content.pdf :6 7: tail.pdf -1
12+
Concatenate all of head.pdf, all but page seven of content.pdf,
13+
and the last page of tail.pdf, producing output.pdf.
1514
"""
1615
# Copyright (c) 2014, Steve Witham <[email protected]>.
1716
# All rights reserved. This software is available under a BSD license;

0 commit comments

Comments
 (0)