User Tools

Site Tools


pdf

Differences

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

Link to this comparison view

Next revision
Previous revision
pdf [2018/08/29 17:41] – created ssm2017pdf [2022/02/07 13:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ==== Convert multiple pdf to one ==== ==== Convert multiple pdf to one ====
-<sxh>+<sxh bash>
 pdftk *.pdf cat output outputfile.pdf pdftk *.pdf cat output outputfile.pdf
 </sxh> </sxh>
 +
 +==== Extract pages ====
 +<sxh bash>
 +pdftk myfile.pdf cat 1-10 output myfile-1-10.pdf
 +</sxh>
 +see also : https://superuser.com/questions/345086/split-pdf-document-from-command-line-in-linux/1034450#1034450
 +{{tag>cli pdf}}
pdf.1535557271.txt.gz · Last modified: (external edit)