Files
oam/knowledge base/pdfunite.md
2023-07-09 20:48:18 +02:00

28 lines
460 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)
## TL;DR
```sh
sudo apt install 'poppler-utils'
pdfunite 'page-1.pdf''page-N.pdf' 'output.pdf'
```
## Further readings
- [Website]
<!--
References
-->
<!-- Upstream -->
[website]: https://poppler.freedesktop.org/