UNPKG

@pdftron/webviewer

Version:

[WebViewer](https://www.apryse.com/webviewer) is a powerful JavaScript Document SDK and UI Component Library that is a part of the [Apryse PDF SDK](https://www.apryse.com). It provides a slick, out-of-the-box responsive UI that interacts with the core lib

22 lines (19 loc) 652 B
<!DOCTYPE html> <html moznomarginboxes mozdisallowselectionprint> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="noindex"> <link rel="icon" href="assets/pdftron.ico"> <title>WebViewer UI</title> </head> <body> <div id="app" style="position: relative; width: 100%; height: 100%; visibility: hidden"></div> <div id="line-connector-wrapper"> <div id="line-connector-root"></div> </div> <div id="outline-edit-popup-portal"></div> <script src="/core/webviewer-core.min.js"></script> <script src="/ui/webviewer-ui.min.js"></script> </body> </html>