pdfunite: add German translation (#9466)

pull/1/head
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
1 changed files with 12 additions and 0 deletions

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}}`