Android PdfRenderer - Text Search

279 Views Asked by At

I've implemented Pdfrenderer in order to display a pdf?

Is it possible to implement a text search in some way? How can I search the text of the document and rerender with annotations?

1

There are 1 best solutions below

0
On BEST ANSWER

I've implemented Pdfrenderer in order to display a pdf

PdfRenderer is designed for print preview of PDFs created through Android's printing framework. It will not render arbitrary PDFs.

Is it possible to implement a text search in some way?

There is nothing in PdfRenderer to support text search.

How can I search the text of the document and rerender with annotations?

There is nothing in PdfRenderer to support what you are trying to accomplish.