[pdf] Pages extraction with pdftk
This commit is contained in:
parent
69bd3ab499
commit
9c43761179
1 changed files with 4 additions and 1 deletions
5
how_to
5
how_to
|
@ -117,8 +117,11 @@ MTP :
|
||||||
|
|
||||||
PDF :
|
PDF :
|
||||||
AUR -> pdftk :
|
AUR -> pdftk :
|
||||||
merge pdf :
|
Merge pdf :
|
||||||
pdftk input1.pdf input2.pdf input3.pdf cat output output.pdf
|
pdftk input1.pdf input2.pdf input3.pdf cat output output.pdf
|
||||||
|
Extract pages :
|
||||||
|
pdftk input.pdf cat <range> output out.pdf
|
||||||
|
# range can be <start>-<end>, more info at pdftk --help
|
||||||
|
|
||||||
D-Bus :
|
D-Bus :
|
||||||
To reload service files /usr/share/dbus-1/services/
|
To reload service files /usr/share/dbus-1/services/
|
||||||
|
|
Loading…
Reference in a new issue