pdftk
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pdftk [2017/09/08 19:29] – baumi | pdftk [2023/04/28 07:10] (current) – [rename files to creation date/copy number/lowecase extensions] baumi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~META: | ~~META: | ||
| - | date.created = 2016-11-19 16:52 | + | date created = 2016-11-19 16:52 |
| - | &date.modified = 2016-11-19 18:06 | + | &date modified = 2016-11-19 18:06 |
| ~~ | ~~ | ||
| - | ====== pdftk ====== | + | ====== Common usecases for some tools ====== |
| + | |||
| + | ===== exiftool ===== | ||
| + | |||
| + | ==== rename files to creation date/copy number/ | ||
| + | |||
| + | < | ||
| + | exiftool ' | ||
| + | </ | ||
| + | |||
| + | ===== pdftk ===== | ||
| + | |||
| + | ==== Attach files to PDF file ==== | ||
| - | ===== Attach Files to PDF file ===== | ||
| < | < | ||
| Line 15: | Line 26: | ||
| </ | </ | ||
| - | + | ==== Extract pages from PDF file ==== | |
| - | ===== Extract pages from PDF file ===== | + | |
| < | < | ||
| pdftk A=source.pdf cat A1 A22-37 A82-93 A122-A129 output output.pdf | pdftk A=source.pdf cat A1 A22-37 A82-93 A122-A129 output output.pdf | ||
| Line 27: | Line 37: | ||
| </ | </ | ||
| - | ==== Rotate Pages ==== | + | === Rotate Pages === |
| Add the rotation information to the pages in question | Add the rotation information to the pages in question | ||
| - | < | + | FIXME |
| - | + | ||
| - | </ | + | |
| {{tag> | {{tag> | ||
pdftk.1504891743.txt.gz · Last modified: by baumi
