Use Case

You have a IIIF format resource for which you would like to offer researchers the opportunity to download a PDF version. You know from previous experience that researchers using your collection like to have images and texts available for offline reading, or you know you have patrons with bandwidth concerns who need to minimize their time online, or other reasons such as wanting to provide transcriptions and translations of objects’ text. Through use of the rendering property, you are able to alert conforming clients to the presence of this other format (or yet other formats, such as ePub) so they in turn can provide appropriate UX workflows to users.

Implementation notes

This property is used for pointing a viewer to a non-IIIF representation of the resource to which it is attached. In general, the other representation will need a distinct client for viewing from the one used for the IIIF resource.

Three other properties may seem similar, so it’s worth highlighting the differences.

Any resource may have the rendering property. Each instance of it may have multiple items contained inside it, provided each has the id, type, and label properties at a minimum. Conforming clients should render this property in some way on a Collection, Manifest, or Canvas, but may on other resources. Note particularly that the client’s display of the property has no defined form.

Restrictions

This property is not for use for presenting multiple IIIF versions of the same view, such as an infrared and natural light view of a painting. For that use case, you should use Choice (simplest) or [Choice — multispectral flavored example, with image services][0034].

Example

In this example, a PDF is made available for the program as a whole, and as such the rendering property is on the Manifest. If PDFs were available for each view or page separately, each Canvas would be the logical place for the corresponding PDF.

To see the property in action in Mirador, toggle the sidebar by activating the three-line (“hamburger”) menu in the upper left-hand corner of the content window. You should then, in the “Related” area, see the link under the “Alternate formats” heading.

JSON-LD | View in Mirador | View in Annona | View in Clover | View in Glycerine Viewer | View in Theseus | View in TIFY | View in Triiiceratops

Related recipes