Extensions/Assessment/renderPDF

Renders any PDF uploaded as a resource to any item in the activity. Uses the pdf.js webviewer that has a toolbar to zoom, view thumbnails, and download etc.

By enabling this extension, all PDFs will be rendered in the viewer.

Example
LT.init(itemsApp, {
    extensions: ['renderPDF'],
});