Base64 to PDF
Decode a Base64 string and download the result as a PDF document.
Frequently Asked Questions
How do I decode a Base64 PDF?
Paste the Base64 string into the input field. If it includes a data:application/pdf;base64, prefix, it will be handled automatically. Click to download the decoded PDF.
Why does my decoded PDF not open?
The Base64 string may be truncated or from a different file type. Check that the string starts with the correct PDF magic bytes (%PDF) after decoding.