1pdfseparate(1)              General Commands Manual             pdfseparate(1)
2
3
4

NAME

6       pdfseparate - Portable Document Format (PDF) page extractor
7

SYNOPSIS

9       pdfseparate [options] PDF-file PDF-page-pattern
10

DESCRIPTION

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,  PDF-page-
16       pattern should contain %d.  %d is replaced by the page number.
17
18       The PDF-file should not be encrypted.
19

OPTIONS

21       -f number
22              Specifies  the  first page to extract. If -f is omitted, extrac‐
23              tion starts with page 1.
24
25       -l number
26              Specifies the last page to extract. If -l is omitted, extraction
27              ends with the last page.
28
29       -v     Print copyright and version information.
30
31       -h     Print usage information.  (-help and --help are equivalent.)
32

EXAMPLE

34       pdfseparate sample.pdf sample-%d.pdf
35
36       extracts  all pages from sample.pdf, if i.e. sample.pdf has 3 pages, it
37       produces
38
39       sample-1.pdf, sample-2.pdf, sample-3.pdf
40

AUTHOR

42       The pdfseparate software  and  documentation  are  copyright  1996-2004
43       Glyph  &  Cog,  LLC  and  copyright  2005-2011 The Poppler Developers -
44       http://poppler.freedesktop.org
45

SEE ALSO

47       pdfunite(1),
48
49
50
51                               15 September 2011                pdfseparate(1)
Impressum