amp-google-document-embed
Introduction
Use the amp-google-document-embed
component to embed PDFs and other documents formats directly into your AMP HTML files.
Setup
Import the amp-google-document-embed
component in the header
<script async custom-element="amp-google-document-embed" src="https://cdn.ampproject.org/v0/amp-google-document-embed-0.1.js"></script>
Basic usage
Documents are embedded via the src attribute. Here we're embedding a PDF document.
<amp-google-document-embed src="https://www.gpo.gov/fdsys/pkg/GPO-CONAN-1992/pdf/GPO-CONAN-1992-6.pdf" width="8.5" height="11" layout="responsive"> </amp-google-document-embed>
If the explanations on this page don't cover all of your questions feel free to reach out to other AMP users to discuss your exact use case.
Go to Stack Overflow An unexplained feature?The AMP project strongly encourages your participation and contributions! We hope you'll become an ongoing participant in our open source community but we also welcome one-off contributions for the issues you're particularly passionate about.
Edit sample on GitHub-
Written by @cvializ