mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
28 lines
460 B
Markdown
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/
|