LinuxCommandLibrary

pdfunite

Portable Document Format (PDF) page merger

TLDR

Merge 2 PDFs into a single PDF

$ pdfunite [path/to/fileA.pdf] [path/to/fileB.pdf] [path/to/merged_output.pdf]
copy


Merge a directory of PDFs into a single PDF
$ pdfunite [path/to/directory/*.pdf] [path/to/merged_output.pdf]
copy

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

SEE ALSO

pdfdetach(1), pdffonts(1), pdfimages(1), pdfinfo(1), pdftocairo(1), pdftohtml(1), pdftoppm(1), pdftops(1), pdftotext(1) pdfseparate(1), pdfsig(1)

AUTHOR

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

Copied to clipboard