An free iframe pdf viewer and free html pdf embedder.
GO to bzembeder website and embed pdf in your html webpages easily.
Only verified working with .pdf files.
Cross-origin resource sharing (CORS) issues may occur when you pass PDF content as a URL and the PDF Embed API needs to download the file from the provided location in order to render it. To avoid this situation, you can choose one of two methods:
Locate your webpage and file location URL on the same domain. Example: webpage: https://example.com/viewer/test.html; PDF location: https://example.com/resources/abc.pdf)
Enable CORS headers on the PDF resource to allow access from your webpage domain.
ARUNKUMAR facebook