man-pages/man1/pdfseparate.1.html
2021-03-31 01:06:50 +01:00

129 lines
3.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of pdfseparate</TITLE>
</HEAD><BODY>
<H1>pdfseparate</H1>
Section: User Commands (1)<BR>Updated: 15 September 2011<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
pdfseparate - Portable Document Format (PDF) page extractor
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>pdfseparate</B>
[options]
<I>PDF-file PDF-page-pattern</I>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<B>pdfseparate</B>
extract single pages from a Portable Document Format (PDF).
<P>
pdfseparate reads the PDF file
<I>PDF-file</I>,
extracts one or more pages, and writes one PDF file for each page to
<I>PDF-page-pattern.</I>
<P>
PDF-page-pattern should contain
<B>%d</B>
(or any variant respecting printf format), since %d is replaced by the page number.
<DL COMPACT>
<DT id="1">The PDF-file should not be encrypted.<DD>
</DL>
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="2"><B>-f</B><I> number</I>
<DD>
Specifies the first page to extract. If -f is omitted, extraction starts with page 1.
<DT id="3"><B>-l</B><I> number</I>
<DD>
Specifies the last page to extract. If -l is omitted, extraction ends with the last page.
<DT id="4"><B>-v</B>
<DD>
Print copyright and version information.
<DT id="5"><B>-h</B>
<DD>
Print usage information.
(<B>-help</B>
and
<B>--help</B>
are equivalent.)
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>EXAMPLE</H2>
pdfseparate sample.pdf sample-%d.pdf
<DL COMPACT>
<DT id="6">extracts all pages from sample.pdf, if i.e. sample.pdf has 3 pages, it produces<DD>
<DT id="7">sample-1.pdf, sample-2.pdf, sample-3.pdf<DD>
</DL>
<A NAME="lbAG">&nbsp;</A>
<H2>AUTHOR</H2>
The pdfseparate software and documentation are copyright 1996-2004 Glyph
&amp; Cog, LLC and copyright 2005-2011 The Poppler Developers - <A HREF="http://poppler.freedesktop.org">http://poppler.freedesktop.org</A>
<A NAME="lbAH">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?1+pdfdetach">pdfdetach</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+pdffonts">pdffonts</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+pdfimages">pdfimages</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+pdfinfo">pdfinfo</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+pdftocairo">pdftocairo</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+pdftohtml">pdftohtml</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+pdftoppm">pdftoppm</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+pdftops">pdftops</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+pdftotext">pdftotext</A></B>(1)
<B><A HREF="/cgi-bin/man/man2html?1+pdfsig">pdfsig</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+pdfunite">pdfunite</A></B>(1)
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="8"><A HREF="#lbAB">NAME</A><DD>
<DT id="9"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="10"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="11"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="12"><A HREF="#lbAF">EXAMPLE</A><DD>
<DT id="13"><A HREF="#lbAG">AUTHOR</A><DD>
<DT id="14"><A HREF="#lbAH">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:22 GMT, March 31, 2021
</BODY>
</HTML>