User Tools

Site Tools


pdftk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pdftk [2017/09/08 19:29] baumipdftk [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/lowecase extensions ==== 
 + 
 +<code> 
 +exiftool '-filename<CreateDate' -d %Y%m%d_%H%M%S%%-c.%%le -ext jpg -r /mnt/Drive/Folder/ 
 +</code> 
 + 
 +===== pdftk ===== 
 + 
 +==== Attach files to PDF file ====
  
-===== Attach Files to PDF file ===== 
  
 <code> <code>
Line 15: Line 26:
 </code> </code>
  
- +==== Extract pages from PDF file ====
-===== Extract pages from PDF file =====+
 <code> <code>
 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:
 </code> </code>
  
-==== Rotate Pages ====+=== Rotate Pages ===
  
 Add the rotation information to the pages in question Add the rotation information to the pages in question
-<code> +FIXME
- +
-</code> +
 {{tag>kb}} {{tag>kb}}
pdftk.1504891743.txt.gz · Last modified: 2017/09/08 19:29 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki