You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a bit of poking around, I notice that when _showAll is false, pdfViewer.setDocument is never called. Calling setDocument with _pdf sets the document to the whole file. I'm not super familiar with the inner workings of pdf.js, but calling setDocument seems to set up the needed wiring for findController to function. Setting the document on the viewer with a subset of the PDFDocumentProxy seems like a possible solution, but I don't know how to create a sub document from a full file.
Search functionality not working if i set show all false.
I just want to search in a single page instead of searching in all page. My search inputs are not highlighting.
I want to know what are the other commands that are available in pdffindcontroller.executecommand
The text was updated successfully, but these errors were encountered: