pdfFindNext

Find the next occurrence of a text string.
void pdfFindNext(PDFViewerHandle viewer, char *text)
This function searches for a string, starting immediately after the previous pdfFind or pdfFindNext result.
C:
pdfFindNext(viewer, "needle");
pdfFind
pdfFind2