Do you have an issue with a specific file(s)?
Can you reproduce using one of our samples or online demos?
Are you using the WebViewer server?
Does the issue only happen on certain browsers?
Is your issue related to a front-end framework?
Is your issue related to annotations?
Please give a brief summary of your issue:
(Think of this as an email subject)
Updating the change cards in the Document Comparison View.
Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)
Is it possible to render custom cards within the doc comparison view on the right panel or maybe even edit the ones that are there right now. We are currently not forking the Apryse Webviewer code base and would like to avoid doing that
Please provide a link to a minimal sample where the issue is reproducible:
Hello, I’m AiRon, an automated tech support bot While you wait for one of our customer support representatives, I can help you with your question.
To customize the change cards in the Document Comparison View of WebViewer, you may need to explore the API capabilities related to the UI customization. Although direct modification of the change cards may not be possible without forking the code, you can still use the WebViewer’s modular UI features to add or modify components.
Some things you can try:
Use the WebViewer’s API to customize the UI components. You can add custom UI elements using the modular UI guides.
Explore the possibility of using Flyout Menus to add additional information or controls related to document comparison.
Consider using Annotations in conjunction with the comparison view to highlight changes and provide additional context.
Check if the multi-viewer mode can be leveraged to enhance the document comparison experience by adding custom logic to the side-by-side view.