pdfunite - Man Page
Portable Document Format (PDF) page merger
Examples (TL;DR)
- Merge 2 PDFs into a single PDF:
pdfunite path/to/fileA.pdf path/to/fileB.pdf path/to/merged_output.pdf
- Merge a directory of PDFs into a single PDF:
pdfunite path/to/directory/*.pdf path/to/merged_output.pdf
Synopsis
pdfunite [options] PDF-sourcefile1..PDF-sourcefilen PDF-destfile
Description
pdfunite merges several PDF (Portable Document Format) files in order of their occurrence on command line to one PDF result file.
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.)
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(1), pdfinfo(1), pdftocairo(1), pdftohtml(1), pdftoppm(1), pdftops(1), pdftotext(1) pdfseparate(1), pdfsig(1)
Referenced By
pdfattach(1), pdfdetach(1), pdffonts(1), pdfimages(1), pdfinfo(1), pdfseparate(1), pdfsig(1), pdftocairo(1), pdftohtml(1), pdftoppm(1), pdftops(1), pdftotext(1).