User Tools

Site Tools


pdftk

Differences

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

Link to this comparison view

Next revision
Previous revision
pdftk [2017/09/08 19:28] – created 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.1504891721.txt.gz · Last modified: 2017/09/08 19:28 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki