在代码中使用 PDF 注释
有人远程使用 Adobe PDF 的注释功能吗? 例如通过脚本或 COM 访问它们?
我在从 pdf 中获取 UNICODE 信息时遇到问题,想知道是否有人遇到过类似的问题?
Does anyone use the annotations functionality of Adobe PDFs remotely? eg accessing them via script or COM?
I am having trouble with getting UNICODE info out of a pdf and wondered if anyone had come across similar issues?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,如果我们在 pdf COM 接口中使用 javascript 对象,我们就可以正确地使用 unicode 获取注释。
这就是我们现在正在采取的方法。 可以在此处找到基本 (VB) 示例。
Well it turns out that we can get the Annotations out with unicode correctly if we use the javascript objects in the pdf COM interface.
This is now the approach we are taking. A basic (VB) example can be found here.