How to convert Base64 to PDF. Open free Base64 website and choose Convert application . Click inside the file drop area to upload Base64 files or drag & drop Base64 files. Click on Convert button.
Read moreHow do I decode a Base64 string?
To decode with base64 you need to use the –decode flag . With encoded string, you can pipe an echo command into base64 as you did to encode it. Using the example encoding shown above, let’s decode it back into its original form. Provided your encoding was not corrupted the output should be your original string.
Read more