Hey, @EWebb1👋 Are you working with Python or JavaScript (Node.js)? For JS, you might try something like this as a proof of concept and build from there:
const fs = require('fs');
let b64 = 'Your base64 encoded string here' // replace with your base64 string
let b64_decoded = Buffer.from(b64, 'base64');
fs.writeFileSync('my_file.pdf', b64_decoded);
Python has a base64 library that should let you do the same and then convert it to PDF.
Have fun building! — Jaycee
Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.