Did you find this guide helpful?
Some test text!
Web / FAQ / Enable file attachment list
There are two types of attachments that can be found within a PDF file:
In the WebViewer UI the file attachment panel is disabled by default. You can enable it by using enableElements.
WebViewer({
fullAPI: true,
// other options
}, document.getElementById('viewer'))
.then(() => {
// enable attachment panel
instance.UI.enableElements(['attachmentPanelButton']);
});
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales