'What is the API used in Google Chrome's embedded PDF Viewer? [closed]
I want to make some modifications to the Google Chrome extension which lets us view PDf documents, do you know whether Google Chrome API lets us do it?
Update the API used is PDFium (https://opensource.google/projects/pdfium). Used in Chrome for displaying PDFs and print preview.
Solution 1:[1]
Just embed the pdf, and it will be integrated!
<embed name="plugin" type="application/pdf"
width="100%" height="100%"
src="http://mysite.com/somefile.pdf" />
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Mohamed Mansour |
