Extract text
Closed this issue · 1 comments
4-alok commented
Is there any way to extract text by page?
espresso3389 commented
- Open PdfDocument using one of PdfDocument.openXxxx methods
- Get page
- Load text using PdfPage.loadText
- Use PdfPageText methods