🏛️
CRLCA
  • Overview
  • Quick Start
  • Change Log
  • How-To Guides
    • Querying Multiple Fields
    • Translating a Search URL into an API Query
    • Converting JSON to CSV
    • Embedding PDF Documents
  • API Reference
    • Endpoints
      • Case ID
      • Case Ongoing
      • Case Type
      • Special Collection
      • Case State
      • Case Court
      • Case Status
      • Plaintiffs
        • Public Interest Lawyer
        • Filed Pro Se
        • Class Action Sought
        • Class Action Outcome
        • Attorney Organization
        • Plaintiff Type
      • Defendants
        • Defendant Type
        • Defendant Level
        • Facility type
      • Case Details
        • Cause of Action
        • Available Documents
        • Constitutional Clause
        • Special Case Type
      • Outcome
        • Case Settlement Status
        • Case Relief Source
        • Case Relief Nature
        • Case Content of Injunction
        • Case Prevailing Party
      • Document Details
        • Document Type
      • Issues
        • Case Issue
        • Case Custom Issue
    • Objects
      • Case
        • Case Details
        • Causes of Action
        • Outcome
        • Issues
        • Key Dates
        • Parties
        • Dockets and Case Numbers
        • Documents
        • Resources
        • Summaries
        • Case Status
      • Defendant
      • Docket
      • Docket Entry
      • Document
        • Document Details
        • Citations
      • Resource
        • Resource Details
        • Related Items
  • Need Help?
Powered by GitBook
On this page
  1. How-To Guides

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">
PreviousConverting JSON to CSVNextAPI Reference

Last updated 2 years ago