Which product are you using?
PDF.js Express Viewer
PDF.js Express Version
8.4.1 (UI), 8.4.0 (Core)
Detailed description of issue
pdfjs.express displayed 5 times on each page of the PDF document
Expected behaviour
no watermark on the displayed document
Does your issue happen with every document, or just one?
every document
Link to document
not possible
Code snippet
Constructor:
WebViewer({
path: ‘/js/pdfjsexpress/lib’, // path to the PDF.js Express’lib’ folder on your server
licenseKey: ‘FKA4u9toCiBsCBK9ZMfH’,
initialDoc: ‘{{ $docUrl }}’,
disabledElements: [
‘selectToolButton’
],
enableAnnotations: false,
enableRedaction: false,
isReadOnly: true,
//disableLogs: true,
// initialDoc: ‘/path/to/my/file.pdf’, // You can also use documents on your server
}, document.getElementById(‘viewer’))