mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-16 12:55:44 +02:00
pdfunite: add German translation (#9466)
This commit is contained in:
parent
bacde8b446
commit
4feafe5e0e
1 changed files with 12 additions and 0 deletions
12
pages.de/common/pdfunite.md
Normal file
12
pages.de/common/pdfunite.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue