extract a page from a multiple pages pdf on Ubuntu OS
Posted kaiming
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于extract a page from a multiple pages pdf on Ubuntu OS的主要内容,如果未能解决你的问题,请参考以下文章
How to extract WeChat chat messages from a smartphone running Android 7.x or above
BigQuery REGEXP_EXTRACT from URL - 提取参数值