如何从PDF文件提取页面? [英] How can I extract a page from a PDF file?

查看:89
本文介绍了如何从PDF文件提取页面?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有Perl脚本从PDF文件获取页面并将其转换为另一个PDF文件?

Is there any Perl script to get the pages from a PDF file and convert the same to another PDF file?

推荐答案

您要求使用Perl,因此,通过 CAM :: PDF .假设您只希望将orig.pdf的第3-6页保存到new.pdf:

You asked for Perl, so here's a good solution via CAM::PDF. Say you just want pages 3-6 of orig.pdf to be saved to new.pdf:

deletepdfpage.pl orig.pdf 1-2,7- new.pdf

这篇关于如何从PDF文件提取页面?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆