johngray1965 / PdfiumAndroidKt

Pdfium Android binding with Bitmap rendering ( >= API 21 )
Other
31 stars 12 forks source link

Write a unit test that loads sample pdf #1

Closed johngray1965 closed 1 year ago

johngray1965 commented 1 year ago

Start with several unit tests. 1) Load a pdf 2) Get the document 3) Get the page count from the document 4) get the pages from document 5) get the text from those pages 6) get bitmaps from those pages

johngray1965 commented 1 year ago

Done