如何从 PDF 中删除重复页面?
我有一本电子书的 pdf 文件,其中有很多重复的页面,我想删除它们。
I have a pdf of an ebook which has many pages duplicated, and I would like to remove them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有许多 PDF 工具包可以做到这一点。你没有说是哪种语言或框架,所以很难推荐。
如果您不想以编程方式执行此操作,也可以使用 Adobe Acrobat。
免责声明:我在 Atalasoft 工作。
我们的 DotImage 文档成像工具包具有 PDF 页面操作类。教程在这里:
http://www.atalasoft。 com/products/dotimage/white-papers/building-pdf-documents-with-dotimage
它显示添加页面,但我们也支持删除(和重新排序)
There are many PDF toolkits that could do this. You don't say which language or framework, so it's hard to recommend one.
You could also use Adobe Acrobat if you don't want to do it programmatically.
Disclaimer: I work for Atalasoft
Our DotImage Document Imaging Toolkit has PDF page manipulation classes. Tutorial here:
http://www.atalasoft.com/products/dotimage/white-papers/building-pdf-documents-with-dotimage
It shows adding pages, but we also support removing (and reordering)