Embedding PDF Documents
Using an example, this page will go over how to embed a PDF of a document's been retrieved from an API query.
If in the API query retrieved, the following link may be imbedded in the GET response:
"file":"https://clearinghouse-umich-production.s3.amazonaws.com/media/doc/1865.pdf"
To embed this link into an HTML page, add the following:
<embed src="https://clearinghouse-umich-production.s3.amazonaws.com/media/doc/1865.pdf#toolbar=1&navpanes=0&scrollbar=0" width='100%' style='min-height: 740px;' type="application/pdf">
Last updated