如何解析iphone或ipad中的pdf文档?

时间:2010-06-02 05:32:03

标签: iphone

我正在制作一个我要解析pdf文档的应用程序。我不知道如何实现。请提前给我一些示例代码和文档。谢谢。

2 个答案:

答案 0 :(得分:0)

答案 1 :(得分:0)

我希望我的谷歌搜索对你有用,你可以在下面找到链接https://github.com/mobfarm/FastPdfKit`documentManager = [MFDocumentManager documentManagerWithFilePath:@“在这里提供书籍路径”];

NSString * someText = [[documentManager wholeTextForPage:[self.currentPage intValue] +1 withProfile:NULL] copy]; ` 以上两行解决了你的问题。