Open Apryse Downloaded Model Without WebViewer

Product: Webviewer

Product Version:11.13.0

Please give a brief summary of your issue:
Investigate whether the Apryse Download modal can be displayed and used independently without initializing or displaying the complete Apryse WebViewer UI

Please describe your issue and provide steps to reproduce it:

Currently, PDF documents are handled through Apryse WebViewer, which provides the built-in Download functionality and Download modal.

We need to determine whether the existing Apryse Download modal can be triggered independently from the WebViewer, so that users can download the PDF while the full WebViewer UI is not displayed.

Please provide a link to a minimal sample where the issue is reproducible:

Hello Rishu,

Thank you for contacting Apryse Forums.

Are you using WebViewer with or without the UI or just hiding the UI? If you are initializing the UI but hiding some parts of it, you can still use openElement to display this modal.

instance.UI.openElement('saveModal');

Best Regards,
Darian