1pdfseparate(1) General Commands Manual pdfseparate(1)
2
3
4
6 pdfseparate - Portable Document Format (PDF) page extractor
7
9 pdfseparate [options] PDF-file PDF-page-pattern
10
12 pdfseparate extract single pages from a Portable Document Format (PDF).
13
14 pdfseparate reads the PDF file PDF-file, extracts one or more pages,
15 and writes one PDF file for each page to PDF-page-pattern.
16
17 PDF-page-pattern should contain %d (or any variant respecting printf
18 format), since %d is replaced by the page number.
19
20 The PDF-file should not be encrypted.
21
23 -f number
24 Specifies the first page to extract. If -f is omitted, extrac‐
25 tion starts with page 1.
26
27 -l number
28 Specifies the last page to extract. If -l is omitted, extraction
29 ends with the last page.
30
31 -v Print copyright and version information.
32
33 -h Print usage information. (-help and --help are equivalent.)
34
36 pdfseparate sample.pdf sample-%d.pdf
37
38 extracts all pages from sample.pdf, if i.e. sample.pdf has 3 pages, it
39 produces
40
41 sample-1.pdf, sample-2.pdf, sample-3.pdf
42
44 The pdfseparate software and documentation are copyright 1996-2004
45 Glyph & Cog, LLC and copyright 2005-2011 The Poppler Developers -
46 http://poppler.freedesktop.org
47
49 pdfdetach(1), pdffonts(1), pdfimages(1), pdfinfo(1), pdftocairo(1),
50 pdftohtml(1), pdftoppm(1), pdftops(1), pdftotext(1) pdfsig(1), pdfu‐
51 nite(1)
52
53
54
55 15 September 2011 pdfseparate(1)