彩票走势图

彩票走势图 > 慧问 > 频道

android或者ios系统中应用集成查看ppt、word、excel功能是用这个控件吗?[PDFTron PDF SDK]

发表于2022-01-20 回复:0 查看:2885  |  

是的,PDFTron可以在Windows、Mac OS、Linux、Android、iOS中做出集成查看ppt、word、excel功能,因为这个SDK开发包支持JS|JAVA|C#|Swift|C。

比如在Android应用中使用,代码如下:

import com.pdftron.pdf.controls.DocumentActivity;

// from internal storage

final Uri localFile = Uri.fromFile(new File("tiger.pdf"));

DocumentActivity.openDocument(this, localFile);

IOS应用中使用:

let documentController = PTDocumentController()

// Open a file from URL.

let url: URL = URL(string:"网址/sample.pdf")!

documentController.openDocument(with: url)

self.navigationController?.pushViewController(documentController, animated: true)


整个集成都比较简单

0个回答

打破零回复...

回复

登录 慧都网发表评论

扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP