使用 iTextSharp 从现有 PDF 中读取 XMP
如何使用 iTextSharp 从现有 PDF 文件中读取 XMP?
How can I read XMP from an existing PDF file using iTextSharp?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用 iTextSharp 从现有 PDF 文件中读取 XMP?
How can I read XMP from an existing PDF file using iTextSharp?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我对 itextSharp 非常无知,但这对我来说很有效:
I'm dangerously ignorant of itextSharp but this did the job for me:
我鼓励您查看
iTextSharp.text.xml.xmp
命名空间。我从未做过您想要做的事情,但
XmpReader
类看起来很有希望。I'd encourage you to check out the
iTextSharp.text.xml.xmp
namespace.I've never done what you're trying to do but the
XmpReader
class looks promising.