2010-04-02 34 views

回答

0
uiwebview *web; 

[self.web loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:[[NSBundle mainBundle]pathForResource:@"senthil" ofType:@"pdf"]]]]; 
5

只需使用一個UIWebView。 WebKit可以本機顯示PDF。

如果您需要自己渲染PDF而不依賴於WebKit,請檢查CGPDF ***的內容(在Xcode文檔中搜索它)。

1

您可以找到CC許可一個不錯的應用程序樣本上this repository

我希望它能幫助。它絕對幫助我