1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 15:35:53 +02:00

pdfunite: add German translation (#9466)

This commit is contained in:
skyjx 2022-11-30 03:34:47 +01:00 committed by GitHub
parent bacde8b446
commit 4feafe5e0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
# pdfunite
> Füge PDF Dateien zusammen.
> Weitere Informationen: <https://github.com/mtgrosser/pdfunite>.
- Füge zwei PDF Dateien zu einer PDF Datei zusammen:
`pdfunite {{pfad/zu/datei1.pdf pfad/zu/datei2.pdf ...}} {{pfad/zu/zieldatei.pdf}}`
- Füge alle PDF Dateien in einem Verzeichnis zu einer PDF Datei zusammen:
`pdfunite {{pfad/zu/verzeichnis/*.pdf}} {{pfad/zu/zieldatei.pdf}}`