【发布时间】:2020-08-12 18:09:44
【问题描述】:
我正面临这些错误
- 发生异常。 _Exception(异常:读取 PDF 时出错!)从 url 加载 pdf 时
- 在加载 pdf 表单资产时无法解析资产
这是我的代码
loadfile() async {
document = await PDFDocument.fromURL(
'http://www.africau.edu/images/default/sample.pdf');
setState(() {
document = document;
});
}
body: Center(child: PDFViewer(document: document)),
【问题讨论】:
标签: flutter flutter-dependencies