使用 Quartz 创建 PDF 注释 (iOS)

发布于 2024-10-20 16:58:32 字数 257 浏览 1 评论 0原文

有人设法使用 Quartz 在现有 PDF 中编写自定义注释吗? 我已经使用 CGPDFDocumentRef 等渲染了 PDF,现在工作正常:) 我成功地阅读了 Annots 字典

    if(!CGPDFDictionaryGetArray(pageDictionary, "Annots", &outputArray)) { ....

,但我无法理解如何编写新注释..

嗯,没有人?这不可能……:(

Did anyone manage to write custom annotations in a existing PDF using Quartz?
I have rendered an PDF using CGPDFDocumentRef etc, works fine now :)
And i'm successful reading the Annots dict using

    if(!CGPDFDictionaryGetArray(pageDictionary, "Annots", &outputArray)) { ....

But i can't get my head around, how to write new annotations ..

Hmmm, no-one?? it can't be impossible ... :(

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文