Frequently Asked Question:
Does quickpdf library support searching and highlighting japanese texts in a pdf file?
Does quickpdf library support searching and highlighting japanese texts in a pdf file?
The library doesn't have any built in PDF viewer at this time. It has functions to Render PDF's to images, streams or Device Contexts etc. There are also functions to extract text strings and their bounding boxes from a PDF so the the basic low level functions are there to get the data you need from the PDF.
If you want highlighting and searching functions then you would need to program this functionality yourself.