mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
ac4094e0ad
This commit changes the term "folder" to "directory" in every instance where the first is used in an example description, but the second is used in the example code, and vice versa.
274 B
274 B
pdfunite
PDF merging utility.
- Merge 2 PDFs into a single PDF:
pdfunite {{path/to/fileA.pdf}} {{path/to/fileB.pdf}} {{path/to/merged_output.pdf}}
- Merge a directory of PDFs into a single PDF:
pdfunite {{path/to/directory/*.pdf}} {{path/to/merged_output.pdf}}