首页 > 系统服务 > 详细

extract a page from a multiple pages pdf on Ubuntu OS

时间:2019-01-17 23:22:16      阅读:225      评论:0      收藏:0      [点我收藏+]

 

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

extract a page from a multiple pages pdf on Ubuntu OS

原文:https://www.cnblogs.com/code-saturne/p/10285317.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!