We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 988cf09 + dc35694 commit bab91caCopy full SHA for bab91ca
README.md
@@ -37,6 +37,8 @@ void openPdf() {
37
Bitmap.Config.ARGB_8888);
38
pdfiumCore.renderPageBitmap(pdfDocument, bitmap, pageNum, 0, 0,
39
width, height);
40
+ //if you need to render annotations and form fields, you can use
41
+ //the same method above adding 'true' as last param
42
43
iv.setImageBitmap(bitmap);
44
0 commit comments