Hi I have a DB with a DOCX or PDF stored in a field.
I need to display that document and the PDF viewer can’t be linked to a database file.
There is any module that aloud that?
Thanks for the help
Hi,
You can use html component and the src to set the data - html component/iframe has an ability to present the files, for developing it will work only in preview mode - to see it on a live site, you must have a premium package.
Useful data:
https://www.wix.com/corvid/reference/$w.HtmlComponent.html#src
https://support.wix.com/en/article/corvid-working-with-the-html-element
https://support.wix.com/en/article/using-iframes-to-display-visible-content-on-your-site#adding-html-content
Thanks