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/
Hi,
I am using WebViewer function to edit my Word file, as I am passing the Enable Office Editing then Document is not get loading on defining the docId in local. but if I pass enableOfficeEditing as false, it will be visible on loading the interface.
Can anybody help on this, is it a plugin issue or I am missing any parameter, in attachment.
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?
Hi, 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?
By using find or search we are getting only first index, but i want to get all the index of the particular character in a string.
Thank you so much Andy Huang, it's working
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)",
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?