Pdftk: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
Appending multiple pdfs with pdftk:


[[User:Michael Murtaugh|Michael Murtaugh]] ([[User talk:Michael Murtaugh|talk]]) 15:45, 16 May 2017 (CEST) pdftk seems to no longer have a brew package, but this installer (NB: 10.11) is working on newish mac... (10.11.4).
  pdftk file1.pdf file2.pdf file3.pdf cat output newfile.pdf


https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk_server-2.02-mac_osx-10.11-setup.pkg
Yes! yOu can Append multiple pdfs with a wildcard with pdftk:
 
  pdftk *.pdf cat output newfile.pdf
 
https://www.maketecheasier.com/combine-multiple-pdf-files-with-pdftk/
 
 
[[Category:Software]] [[Category:Commandline]] [[Category:PDF]]

Latest revision as of 17:04, 11 June 2019

Appending multiple pdfs with pdftk:

 pdftk file1.pdf file2.pdf file3.pdf cat output newfile.pdf

Yes! yOu can Append multiple pdfs with a wildcard with pdftk:

 pdftk *.pdf cat output newfile.pdf

https://www.maketecheasier.com/combine-multiple-pdf-files-with-pdftk/