IMPORTANT: Select component plug-ins are experiencing issues due to a recent browser update. If you encounter any problems with previously functional component plug-ins, please create a support case. If you notice other component plug-ins that are not functioning correctly, please create additional support cases for each instance.
Overview
Apryse WebViewer for Appian is renowned document technology that powers mission-critical applications for private companies, large enterprises, and governments alike.
Deep dive blog on configuration options https://apryse.com/blog/appian/view-and-edit-pdf-and-word-documents-with-appian
Key Features & Functionality
Appian Documentation, FAQ, Guides: https://docs.apryse.com/documentation/appian/
I want to highlight the multiple words in document, i am able highlight single term only by using this webViewer component, is it possible to highlight multiple words in document?
Hey sravanin0005, you can perform a text search with the searchTerm property as you might be aware. It can take a string or a regular expression. To your request, you can use a regular expression to search multiple words:
searchTerm: "(Important|Library)",
Hi Andy Huang, i am using web viewer component to highlight the particular text in document, i am passing that value as a local variable to searchTerm parameter, when local variable changes the highlighted value should be change. How can i acheive that?