Skip to content

Commit bab91ca

Browse files
author
barteksc
authored
Merge pull request #21 from matpag/render-annot-readme
Let the world know about the renderAnnot param
2 parents 988cf09 + dc35694 commit bab91ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ void openPdf() {
3737
Bitmap.Config.ARGB_8888);
3838
pdfiumCore.renderPageBitmap(pdfDocument, bitmap, pageNum, 0, 0,
3939
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
4042

4143
iv.setImageBitmap(bitmap);
4244

0 commit comments

Comments
 (0)