我试图在我的布局中显示内容 pdf 文件(自定义)。我使用 Pdf-renderer 转换为图像(搜索谷歌解决方案......)但它有问题,我修复了项目但它仍然是错误..
我的代码:
try{
PDFPage mpdfpage;
PDFFile mpdffile;
Bitmap bitmap = mpdfpage.getImage(100, 100, null, null, true, true);
}catch(Exception w)
{
}
但有问题:“无法解析类型 java.awt.Image。它是从所需的 .class 文件中间接引用的”