Files
oam/knowledge base/pdfunite.md

34 lines
643 B
Markdown

# PDFUnite
Merges several PDF files in order of input to one PDF result file.<br/>
None of the files in input can be encrypted.
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
```sh
sudo apt install 'poppler-utils'
pdfunite 'page-1.pdf''page-N.pdf' 'output.pdf'
```
## Further readings
- [Website]
## Sources
All the references in the [further readings] section, plus the following:
<!-- upstream -->
[website]: https://poppler.freedesktop.org/
<!-- internal references -->
[further readings]: #further-readings
<!-- external references -->