询问 XMP 元数据之外的 InDesign 文件
因此,我有一个应用程序需要处理由 Adobe InDesign (.INDD) 创建的文件,虽然 XMP 元数据很有用,但我想了解一些关于似乎不在其中的文件的其他信息元数据。
具体来说,我想知道实际页面的数量(不仅仅是创建的页面预览的数量),以及这些页面的尺寸是多少。
有没有人遇到过可以为我提供这些信息的工具包、sdk 等?
这将适用于非开源商业应用程序,因此许可证是一个潜在的障碍。此外,此应用程序不会成为任何 Adobe 产品的插件,因此 InDesign Plugin SDK 也不是一个选项。
C++ 是首选语言。
So, I've got an app that needs to deal with files created by Adobe InDesign (.INDD), and while the XMP Metadata is useful, there are additional things that I want to know about the files that do not appear to be in the metadata.
Specifically, I would want to know the number of actual pages (not just number of page previews created), and what the dimensions of those pages are.
Has anyone run across any toolkit, sdk, etc. that can get me this information?
This will be for a non-open source commercial app, so licenses are a potential roadblock. Also, this app will not be a plug-in for any Adobe product, so the InDesign Plugin SDK is not an option either.
C++ is the preferred language.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
.indd 是 Adobe 拥有的专有格式。您不得在 InDesign 之外与此格式进行交互。如果文档以 .idml 格式保存,则很有可能并且不是很困难,但如果您需要处理的是其他人创建的一堆 .indd 文件,则您将不得不使用插件或脚本与 InDesign 一起。
.indd is a proprietary format owned by Adobe. You are not allowed to interact with this format outside of InDesign. If the documents are saved in the .idml format, it's quite possible and not very difficult, but if all you have to work with is a bunch of .indd files that someone else created, you're gonna have to use a plugin or scripts together with InDesign.