使用 ABCPdf 删除或隐藏 PDF 图层?
是否可以使用 ABCPdf 或其他框架从 PDF 中删除或隐藏图层?
Is is possible to remove or hide a layer from a PDF using ABCPdf or another framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下 C# 示例显示了如何删除页面 1 的第 2 层:
The following C# example shows how layer 2 of page 1 can be deleted:
或者您可能正在寻找 Flatten() 函数?
Or perhaps you were looking for the Flatten() function?
ABCpdf 包含一个名为 OCGLayers 的示例项目。该项目向您展示如何识别和编辑图层中的所有项目。
例如:
ABCpdf contains an Example project called OCGLayers. This project shows you how to identify and redact all the items in a layer.
For example: