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:30] – baumi | pdftk [2023/04/28 07:10] (current) – [rename files to creation date/copy number/lowecase extensions] baumi | ||
---|---|---|---|
Line 3: | Line 3: | ||
&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.1504891821.txt.gz · Last modified: 2017/09/08 19:30 by baumi