Skip to content

Base64 To PDF

A simple utility for Base64 encoded strings to decode and download them as PDF file.

Available in: App Page · Home Page · Record Page · Flow Screen

base64-to-pdf

Read on Medium

How to display and download Base64 encoded PDF documents with Lightning Web Components

How to display and download Base64 encoded PDF documents with Lightning Web Components

Usage

html
<c-base64-to-pdf></c-base64-to-pdf>

The component ships with an example Base64 string (see example.js) that is decoded and offered as a PDF download. Replace the import or set the pdf and fileName properties to plug in your own data source.

Released under the MIT License.