Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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?
Thank you so much Andy Huang, it's working