简体   繁体   中英

Android PdfRenderer - Text Search

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM