Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/93.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
iOS PDF注释(注释、注释)_Ios_Pdf_Annotations - Fatal编程技术网

iOS PDF注释(注释、注释)

iOS PDF注释(注释、注释),ios,pdf,annotations,Ios,Pdf,Annotations,我正在为iPad开发基于PDF的应用程序。我正在添加一个功能来支持阅读注释(注释/注释)。我在网上搜索了很多,但没有找到任何相关信息。我用的是石英 我可以通过以下方式获取PDF页面信息: CGPDFDictionaryRef CGPDFPageGetDictionary ( CGPDFPageRef page ); 并使用“Annots”键bool CGPDFDictionaryGetArray(CGPDFDictionaryRef dict,“Annots”,cgpdfaryref*值) 如

我正在为iPad开发基于PDF的应用程序。我正在添加一个功能来支持阅读注释(注释/注释)。我在网上搜索了很多,但没有找到任何相关信息。我用的是石英

我可以通过以下方式获取PDF页面信息:

CGPDFDictionaryRef CGPDFPageGetDictionary ( CGPDFPageRef page );
并使用“Annots”键
bool CGPDFDictionaryGetArray(CGPDFDictionaryRef dict,“Annots”,cgpdfaryref*值)

如何获取特定页面的注释。如果我是对的,什么是笔记的关键

如果我在上述问题上有任何错误,请让我知道笔记是如何呈现在PDF上的。或者PDF渲染器从中获取有关注释的信息

如果有人知道,请尽快告诉我。 如果有任何关于这个主题的文章,请告诉我

真的,先谢谢你