Which product are you using?
PDF.js Express Viewer
PDF.js Express Version
8.1.1
Detailed description of issue
I have integrated pdfjs-express-viewer to a VueJs project. I have created a free license on the web page, and added it to my WebViewer component, like this:
WebViewer({
path: this.path,
initialDoc: this.url,
licenseKey: 'key_goes_here'
}, this.$refs.viewer).then((instance) => {
However, when the site is deployed to our internet site (whose DNS domain name is mapped in the license key), the āpdfjs.expressā watermark keeps being displayed.
Expected behaviour
Watermark should be removed from the rendered PDF.
Does your issue happen with every document, or just one?
1
Link to document
Happens on any PDF document
Code snippet
{Provide a relevant code snippet}