I tried to show content pdf file in my layout (customize). I used Pdf-renderer convert to image (search google solution...) but it have problem, I fixed project but it's still error..
my code:
try{
PDFPage mpdfpage;
PDFFile mpdffile;
Bitmap bitmap = mpdfpage.getImage(100, 100, null, null, true, true);
}catch(Exception w)
{
}
but have problem: "The type java.awt.Image cannot be resolved. It is indirectly referenced from required .class files"