Last active
January 10, 2023 07:08
-
-
Save svierk/1962ef12bccc50dcdfbd6d8069319f6c to your computer and use it in GitHub Desktop.
Base64 encoded PDF string example for Base64 to PDF LWC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const base64 = 'JVBERi0xLjMKJcTl8uXrp/Og0MTGCjMgMCBvYmoKPDwgL0ZpbHRlciAvRmxh...'; | |
export { base64 }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment