Last active
March 12, 2018 23:11
-
-
Save HomerJSimpson/137ec7c78ae4e4f36672b2d6d8c78126 to your computer and use it in GitHub Desktop.
Select multiple terms in pdf.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PDFViewerApplication.findController.executeCommand('find', { | |
query: 'from trace compiled', | |
highlightAll: true, | |
phraseSearch: false | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment