Difference between revisions of "Pdfunite"

From Parallel Library Services
Jump to navigation Jump to search
(Redirected page to Poppler)
Tag: New redirect
 
(Removed redirect to Poppler)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[Poppler]]
<code>pdfunite</code> is a Portable Document Format (PDF) page merger. pdfunite merges several PDF (Portable Document Format) files in order of their occurrence on command line to one PDF result file.
 
It is part of the Poppler software package of PDF tools. To run it, first install [[Poppler]].
 
== Syntax ==
Invoking <code>pdfunite</code> is as simple as:
 
<syntaxhighlight lang="bash" line>
pdfunite [options] PDF-sourcefile1..PDF-sourcefilen PDF-destfile
</syntaxhighlight>
 
NB: Neither of the <code>PDF-sourcefile1</code> to <code>PDF-sourcefilen</code> should be encrypted.
 
== Options ==
<code>-v</code>  Print copyright and version information.
<code>-h</code>  Print usage information. (-help and --help are equivalent.)
 
For example:
 
<syntaxhighlight lang="bash" line>
pdfunite sample1.pdf sample2.pdf sample.pdf
</syntaxhighlight>
 
merges all pages from <code>sample1.pdf</code> and <code>sample2.pdf</code> (in that order) and creates <code>sample.pdf</code>
 
AUTHOR
 
The <code>pdfunite</code> software and documentation are copyright 1996-2004 Glyph & Cog, LLC and copyright 2005-2011 The Poppler Developers - http://poppler.freedesktop.org
 
SEE ALSO
 
pdfdetach(1), pdffonts(1), [[pdfimages]], [[pdfinfo]], pdftocairo(1),
 
[[Category:Tools]]

Revision as of 11:53, 7 December 2021

pdfunite is a Portable Document Format (PDF) page merger. pdfunite merges several PDF (Portable Document Format) files in order of their occurrence on command line to one PDF result file.

It is part of the Poppler software package of PDF tools. To run it, first install Poppler.

Syntax

Invoking pdfunite is as simple as:

pdfunite [options] PDF-sourcefile1..PDF-sourcefilen PDF-destfile

NB: Neither of the PDF-sourcefile1 to PDF-sourcefilen should be encrypted.

Options

-v Print copyright and version information. -h Print usage information. (-help and --help are equivalent.)

For example:

pdfunite sample1.pdf sample2.pdf sample.pdf

merges all pages from sample1.pdf and sample2.pdf (in that order) and creates sample.pdf

AUTHOR

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

SEE ALSO

pdfdetach(1), pdffonts(1), pdfimages, pdfinfo, pdftocairo(1),