iOS讀取和顯示PDF文件

2021-07-02 15:06:04 字數 883 閱讀 9059

1在ios主要用webview來顯示混合文字 word excel ppt 

今天我們就來了解webview顯示pdf的用法

使用pdf讀取pdf的缺點是自定義的能力較弱,優點是簡單就像讀取網頁一樣;

新建乙個 

pdfview

#import

@inte***ce pdfview : uiview

-(void)drawincontext:(cgcontextref)context;

@end

#import "pdfview.h"

@implementationpdfview /*

// only override drawrect: if you perform custom drawing.

// an empty implementation adversely affects performance during animation.

- (void)drawrect:(cgrect)rect

*/-(id)initwithframe:(cgrect)frame

}return self; }

-(void)drawincontext:(cgcontextref)context

- (void)drawrect:(cgrect)rect

pdfview *pdfview = [[pdfview

alloc] initwithframe:frame];

pdfview.backgroundcolor=[uicolor

whitecolor];

[scorllview addsubview:pdfview];

[self.view

addsubview:scorllview];

iOS讀取和顯示PDF文件

本文只說明自定義uiview的方法。實現的在ipad模擬器上的效果 的 部分 void mydisplaypdfpage cgcontextref mycontext,size t pagenumber,const char filename 可見,編寫讀取的 很簡單,只需給定三個引數即可。後兩個很...

iOS讀取和顯示PDF文件

本文只說明自定義uiview的方法。實現的在ipad模擬器上的效果 的 部分 void mydisplaypdfpage cgcontextref mycontext,size t pagenumber,const char filename 可見,編寫讀取的 很簡單,只需給定三個引數即可。後兩個很...

讀取PDF文件

coding utf 8 匯入開發包 frompdfminer.pdfparserimportpdfparser,pdfdocument frompdfminer.pdfinterpimportpdfresourcemanager,pdfpageinterpreter frompdfminer.pd...