chore: imported articles from the private kb

This commit is contained in:
Michele Cereda
2023-04-27 22:11:34 +02:00
parent 847fb3a17c
commit 37306a1328
14 changed files with 926 additions and 14 deletions

View File

@@ -0,0 +1,33 @@
# 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:
<!-- project's references -->
[website]: https://poppler.freedesktop.org/
<!-- internal references -->
[further readings]: #further-readings
<!-- external references -->