Overview
For use cases when needing to display bounding boxes within a document and provide auto-scrolling to those locations from interface actions.
Key Features & Functionality
Parameters:
Example Usage:
reconcileDocumentViewer( documentUrl: document( <docId>, "url" ), boundingBoxes: { a!map( id: "<bounding box ID>", text: "<text in box (used for search)>", pageNumber: <page number of box>, geometry: {left: <left coord>, top: <top coord>, width: <width>, height: <height>} ), ...more bounding boxes }, interactionIdValue: local!interactionId, interactionIdSaveInto: local!interaction, highlightedBoxId: ri!highlightedBox, clickedBoundingBox: ri!selectedBox)
Usage considerations:
Hi Carlos,
Would you be able to create a support case on MyAppian so one of our support engineers can assist you? Please provide information about the browser you're using. Additionally, if you can share the interface(s) and dummy doc you're using, that would be great so we can reproduce the issue and analyze quickly.
Thanks,
Preet Jain
Hello,
Found some issues while loading the document.
1) PDF document with single page, one user can see, other user cannot. both are system administrator, same browser.
2) same user, same document, this viewer component is in a interface which is the related action start form. If the related action is opened in NEW_TAB or SAME_TAB, it works; if it is opened in a dialog box, it does not work.
How large is this PDF? The plugin only supports 500 pages and 25MB.
Yes mine is PDF - Single page. I also created Appian support case for this. But advise that I got from them is try solving from this forum along with some additional information requested.
Hi Guru,
What is the format of the document you're using? Supported formats are: PDF, JPG, PNG, TIFF (single and multi-page)
Hi Stefano,
More information about the bounding boxes can be found here
Hi Gayathri,
At the moment, that is not possible as part of this plugin.
Facing issue while loading the document. But the same document is loading fine with PDFViewer. Do anyone know the solution for this. If so pls share. Thank you in advance.
Hello, Were you able to resolve this issue. Same issue with me too. Document is loading from documentview but not reconcileDocumentViewer.
Hey I have the same issue reconcileDocumentViewer() falied to show the document but the document is available in appian did you able to resolve your issue ? if you did pls share