Diewuxi

Belive tomorrow will be better, love science and technology, support communication and understanding, always ready for thought turn.

Blog / engineering_technology / computer / software / document / pdf / pdftk 笔记

Blog


Article^ Parent

pdftk 笔记


Date: 2020-03-16 00:00:00
Description: pdftk 使用笔记。
Keywords: pdftk, pdf
Category: engineering_technology/computer/software/document/pdf
Tag: pdftk, note
Link: https://www.diewuxi.com/blog/article/78.html

Changelog

* 2020-05-19
    * Add: Remove pages, change order, rotate.
* 2020-03-16
    * Add: join.
                        

Join pdf file

  • Method 1

    pdftk in1.pdf in2.pdf cat output out1.pdf

  • Method 2

    pdftk A=in1.pdf B=in2.pdf cat A B output out1.pdf

  • Method 3

    pdftk *.pdf cat output combined.pdf

Remove page

  • Method 1

    pdftk in.pdf cat 1-12 14-end output out.pdf

  • Method 2

    pdftk A=in.pdf cat A1-12 A14-end output out.pdf

Change order

pdftk A=in.pdf cat A2-522 A1 A524 output out.pdf
                        

Rotate

pdftk A=in.pdf cat A1-510 A511-514left A515-521 output out.pdf
                        

Last modified: 2020-05-19

Comments [0]

There is no comments now.

Write comment(* is necessary, and email is not shown to public)


Diewuxi 2017--2024