Skip to content

Instantly share code, notes, and snippets.

@svierk
Last active January 10, 2023 07:08
Show Gist options
  • Save svierk/1962ef12bccc50dcdfbd6d8069319f6c to your computer and use it in GitHub Desktop.
Save svierk/1962ef12bccc50dcdfbd6d8069319f6c to your computer and use it in GitHub Desktop.
Base64 encoded PDF string example for Base64 to PDF LWC
const base64 = 'JVBERi0xLjMKJcTl8uXrp/Og0MTGCjMgMCBvYmoKPDwgL0ZpbHRlciAvRmxh...';
export { base64 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment