extract a page from a multiple pages pdf on Ubuntu OS

 

extract a page from a multiple pages pdf

1 extract a page from a multiple pages pdf

use pdftk package

type the following commands

    $ pdftk full-pages.pdf cat 1 output outfile_1.pdf

in the above command, input file is full-pages.pdf, you extract page 1 and save it as outfile_1.pdf

Author: kemina

Created: 2019-01-17 Thu 14:24

Emacs 24.5.1 (Org mode 8.2.10)

Validate

posted @ 2019-01-17 22:32  kaiming_ai  阅读(195)  评论(0编辑  收藏  举报