Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.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
Cocoa touch iPad上PDF的替代方案_Cocoa Touch_Pdf_Ios_Core Graphics - Fatal编程技术网

Cocoa touch iPad上PDF的替代方案

Cocoa touch iPad上PDF的替代方案,cocoa-touch,pdf,ios,core-graphics,Cocoa Touch,Pdf,Ios,Core Graphics,我必须为Ipad创建一个PDF阅读器,所以我阅读了CGPDFdocument和UIWebView。 在我看来,CGPDFDocument太复杂了(我需要管理链接),使用UIWebView我无法自定义行为 有没有其他的方法来建立它?也许是一种将PDF转换为电子书等其他格式的方法? 谢谢大家! CGPDFDocument有什么困难?苹果的例子只有30行 此外,在UIWebView中管理行为非常容易,因此您提到的两个选项似乎都是可行的。我发现使用CGPDFDocument管理链接非常困难。我错了吗?好

我必须为Ipad创建一个PDF阅读器,所以我阅读了CGPDFdocument和UIWebView。 在我看来,CGPDFDocument太复杂了(我需要管理链接),使用UIWebView我无法自定义行为

有没有其他的方法来建立它?也许是一种将PDF转换为电子书等其他格式的方法?
谢谢大家!

CGPDFDocument有什么困难?苹果的例子只有30行

此外,在UIWebView中管理行为非常容易,因此您提到的两个选项似乎都是可行的。我发现使用CGPDFDocument管理链接非常困难。我错了吗?好的,我可以使用quartz 2d管理pdf。。。杰里米你是对的,最好的(也是唯一的…)答案!