Sha256: 6d51bcb9181f1b4a210bd6c73c9544115442c88952ce8b1b9739d93630bdbb73

Contents?: true

Size: 1.32 KB

Versions: 26

Compression:

Stored size: 1.32 KB

Contents

.\" Copyright 2011 The Poppler Developers - http://poppler.freedesktop.org
.TH pdfseparate 1 "15 September 2011"
.SH NAME
pdfseparate \- Portable Document Format (PDF) page extractor
.SH SYNOPSIS
.B pdfseparate
[options]
.I PDF-file PDF-page-pattern
.SH DESCRIPTION
.B pdfseparate
extract single pages from a Portable Document Format (PDF).
.PP
pdfseparate reads the PDF file
.IR PDF-file ,
extracts one or more pages, and writes one PDF file for each page to
.IR PDF-page-pattern ,
PDF-page-pattern should contain
.BR %d .
%d is replaced by the page number.
.TP
The PDF-file should not be encrypted.
.SH OPTIONS
.TP
.BI \-f " number"
Specifies the first page to extract. If \-f is omitted, extraction starts with page 1.
.TP
.BI \-l " number"
Specifies the last page to extract. If \-l is omitted, extraction ends with the last page.
.TP
.B \-v
Print copyright and version information.
.TP
.B \-h
Print usage information.
.RB ( \-help
and
.B \-\-help
are equivalent.)
.SH EXAMPLE
pdfseparate sample.pdf sample-%d.pdf
.TP
extracts all pages from sample.pdf, if i.e. sample.pdf has 3 pages, it produces
.TP
sample-1.pdf, sample-2.pdf, sample-3.pdf
.SH AUTHOR
The pdfseparate software and documentation are copyright 1996-2004 Glyph
& Cog, LLC and copyright 2005-2011 The Poppler Developers - http://poppler.freedesktop.org
.SH "SEE ALSO"
.BR pdfunite (1),

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
poppler-3.0.7-x64-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.7-x86-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.6-x64-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.6-x86-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.5-x64-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.5-x86-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.4-x64-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.4-x86-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.3-x64-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.3-x86-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.2-x64-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.2-x86-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.1-x64-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.1-x86-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.0-x64-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-3.0.0-x86-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-2.2.5-x64-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-2.2.5-x86-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-2.2.4-x64-mingw32 vendor/local/share/man/man1/pdfseparate.1
poppler-2.2.4-x86-mingw32 vendor/local/share/man/man1/pdfseparate.1