pdftron/webviewer has been successfully installed
"dependencies": { "@pdftron/webviewer": "^7.3.0", "body-parser": "^1.19.0", "express": "^4.17.1", "mongoose": "^5.9.7", "nodemon": "^2.0.2", "pug": "^2.0.4" }
The static files for Webviewer have been transferred to the public folder
The JavaScript in index.html script is attempting to load a pdf file
Welcome to webviewer import WebViewer from '@/webviewer'WebViewer({ path: '/webviewer', initialDoc: 'https://pdftron.s3.amazonaws.com/downloads/pl/demo-annotated.pdf' }, document.getElementById('viewer')).then(instance => {}) </script>
The pdf file is not displaying, why might this be happening?