Android 檢視pdf文件 PDFView

2021-07-09 01:39:17 字數 1329 閱讀 4427

最近在搞android顯示word文件跟pdf文件的顯示,分享乙個顯示pdf文件的小demo(ps:word文件的顯示網上挺多的)。
public

class

mainactivity

extends

activity

pdfnameall=urlpath.substring(urlpath.lastindexof("/"));

pdfname=pdfnameall.substring(pdfnameall.indexof("."));

mbutton_scanpdf.setonclicklistener(new onclicklistener()

});}

@override

protected

void

ondestroy()

}}, 6000);

timer.cancel();

super.ondestroy();

} class downloadpdf extends asynctask

fileoutputstream fos=new fileoutputstream(outfile);

int len=-1;

while((len=is.read(bytes))>0)

fos.flush();

fos.close();

}} catch (malformedurlexception e) catch (ioexception e) finally

return

}@override

protected

void

onpostexecute(string result)

@override

protected

void

onprogressupdate(string... values)

}}

ps:

記得新增許可權

android:name="android.permission.internet"/>

android:name="android.permission.read_external_storage"/>

android:name="android.permission.write_external_storage"/>

注意pdfview能否展示你的pdf文件還取決於的pdf文件的編輯器,如果pdf文件編輯器的版本太高,pdfview仍然無法開啟該pdf文件,因此建議採用mupdf或者呼叫第三方軟體。

android 開啟pdf文件

file file new file data data com.example.soundtest ww.pdf file file new file data data com.aiai.www databases attribution.db if copypdf file public bo...

讀取PDF文件

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

doc文件轉換為pdf文件

doc格式檔案轉換為pdf檔案 doc檔案向pdf格式轉換還是比較容易的,主要通過adobe 公司提供的adobe distiller虛擬伺服器實現的,在安裝了adobe acrobat完全版後,在windows系統的印表機任務中就會新增乙個acrobat distiller印表機.現在比較流行的d...