本文介绍了使用PDFtk删除pdf文件的最后一页?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人可以告诉我如何使用PDFtk删除PDF文件的最后一页吗?
Can someone please tell me how to remove the last page of a PDF file, using PDFtk?
推荐答案
使用 cat
操作,并指定页面范围.
Using the cat
operation, and specifying a page range.
pdftk infile.pdf cat 1-r2 output outfile.pdf
这篇关于使用PDFtk删除pdf文件的最后一页?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!