如何为 iOS 构建 PoDoFo 库
这可能是这个问题的副本 如何在 iOS 上使用 PoDoFo 库来注释 PDF? 尚未回复。 我知道如何在 iOS 的 xcode 项目中使用/创建静态库。我一直在寻找一个免费的 PDF 库,它支持 pdf 文档的内存编辑,我发现 PoDoFo 做得很好,我尝试为 xcode 构建这个库,但我真的不知道如何使用 CMake。谁能告诉我如何在我的 iOS 应用程序中使用这个库。
谢谢
This may be a copy of this question How can I use the PoDoFo library for annotating PDFs on iOS? not responded yet.
i know how to use/create static libraries into xcode projects for iOS. i was looking for a free PDF library which support in memory editing of pdf documents and i came to know that PoDoFo done it very well, i tried to build this library for xcode but i really don't know how to play with CMake. can any body tell me how can i use this library into my iOS application.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 Podofo“自述”文件的摘录
而不是使用“XCode” ' 在命令中,输入 'Xcode'(c 小写),它应该可以解决问题。
This is an extract from Podofo 'Read me' file
Instead of using 'XCode' in the command, type 'Xcode', (c lowercase) and it should do the trick.