Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This page

...

LearningBuilder has the ability to render certain information in the form of a PDF template.  The types of templates supported are:

...

lists the different features that can generate PDF files.

See also: PDF Templates - new

LearningBuilder supports PDF generation through multiple features.

The Credential Verification template is updated in this file:
src\web\Areas\Public\Views\PractitionerLookup\Detail.ascx

...

Type

Description

Entity

Templates

These PDFs can show any information about an entity.  This could be an Invoice for a Course, a Completion Certificate, a Score Report, etc.  A link to the PDF can be shared via an email generated from a workflow using the Send an Individual Email Behavior or the Send a Group Email Behavior.  To do this you must include the following in the email template: ${@model.UrlForPublicTemplate(Entity_Template_ID)} where Entity_Template_ID is the ID from the Entity_Template table (not the PDF_Template table). 

Training materials:

PDF

Displayed via the “Open PDF in New Window” Workflow Action. Commonly used for Activity Completion Certificates.

Managed in Sys Admin → App Configuration → PDF Templates

See:

Workflow Completion Certificates

These PDFs are a special case of an Entity Template.  It is automatically displayed next to workflows that are completed successfully.  They are often used as a Activity Approval certificate on Create Activity Workflows, Course Completion Certificates on Complete Activity Workflows, and Credential Certificates on Member Role workflows.

Training materials:

Credential Verification

These PDFs are displayed on the Credential Verification page. 

Payment Receipts

These PDFs show information about the payments.  They are available on the Payment History and Refunds page and on the Payment Confirmation page.

...

Template Attribute PDF

Uses the Template Attribute to produce an HTML document that is converted into a PDF.

Often used to display a certificate within an Entity View or from the Learning Plan Card on the View Learning Plan page.

Managed in Admin → Workflows

See /wiki/spaces/DOCS/pages/1664385029

Member Search PDF

Uses a custom ASPX page on the file system to create a custom formatted PDF that can be downloaded from the member search results such as a public or internal verification page. (See Credential Verification)

Note

This is deprecated and will be removed in a future release.

Printable Summary PDF

Complete downloadable and printable representation of a Workflow, including all uploaded documents, and data from activity container attributes based on an entity view. Format cannot be customized but content can be configured.

See Printable Workflow Summary

Upload PDF

Supported document types uploaded through the Upload Attribute can be converted and viewed as a PDF.

Certificate Print PDF

Allows program administrators to construct multiple types of documents using HTML templates and to configure which documents should be mailed out in response to which business events. Additional staff manage the print queue itself, printing the physical documents, mailing them out, and then tracking their status in the system.

See Certificate Printing

Each of the different PDF generation methods supports various methods for access, customization, and usage. The chart below maps out how they are similar and different.

Feature / Type

Entity

Template Attribute

Member Search

Workflow Instance

Upload

Certificate Print

Custom Look - allow custom HTML and images to produce a high quality certificate.

(tick)

(tick)

(tick)

(tick)

Based on Entity Views - requires no coding to configure but format is rigid.

(tick)

Accessible from Workflow Form

(tick)

(tick)

(tick)

(tick)

Accessible via Template Attribute - useful to display anywhere an attribute can be displayed.

(tick)

(tick)

Accessible via Entity View - useful to display a PDF Certification on the Account Profile page.

(tick)

(tick)

Accessible via Workflow Quick Action

(tick)

(tick)

Accessible via LPI Activity Card

(tick)

Accessible via Member Search Results

(tick)

(tick)

Accessible via Public Link

(tick)

(tick)

Accessible via Emailed Link

(tick)

Accessible on Profile Page / Area

(tick)

(tick)

(tick)

(tick)

Includes Uploaded Document(s)

(tick)

(tick)

Can be Printed

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

Can be Batched for Printing

(tick)

Configuration Location

SysAdmin | AppConfig | PDF Templates

Template Attribute Editor

ASPX File on Server

Entity Views

Attribute Editor

Add-on Feature (Admin>Print Queue)