How to load/embed PDF file in Chrome Extension?
I’m trying to develop a Google Chrome extension capable of generating PDF files and showing them to the user. I have a sidePanel
defined which makes use of the object
tag to attempt to embed the PDF file. The file is served from Google Drive.
How to load/embed PDF file in Chrome Extension?
I’m trying to develop a Google Chrome extension capable of generating PDF files and showing them to the user. I have a sidePanel
defined which makes use of the object
tag to attempt to embed the PDF file. The file is served from Google Drive.