Decode Base64 strings and show the file, and encode files to Base64 strings.
You can decode Base64 strings corresponding to :
- Plain text - Decoded file/text displayed
- HTML/CSS/JS - Decoded file/text displayed
- PDF - Decoded file displayed
- Images (BMP, GIF, ICO, JPG, PNG, SVG, TIF) - Decoded file displayed
- Audio (MP3, OGG, WAV)
- Video (MPEG, OGG, WebM)
- RAR, ZIP
- EXE
Other formats might be added in the future. When the Base64 string corresponds to a PDF file, a second column, next to the PDF viewer, is added, showing all text elements and images found in the PDF file. Even if the file can't be displayed (due to VSCode limitations, if it is a video for instance), the decoded file can easily be saved on your computer with the click of a button.
You can encode any file to a Base64 string. When encoding a PDF file, you can switch the view between the Base64 string and a list of text elements and images found in the file. The Base64 string can easily be used by copying it to your clipboard with the click of a button.
Two commands are available (access them using the command pallete: Ctrl+Shift+P
)
base64viewer.decodeBase64
: Show an input where you can paste the Base64 string to decodebase64viewer.encodeBase64
: Open a file selection dialog where you can choose a file to encode
The extension supports English and French languages, based on your VSCode set language. More languages might be added in the future.
See CHANGELOG for more information.
- For bugs or feature requests, please see in GitHub Issues
- Leave a review on the Visual Studio Marketplace extension's page
No known issue