Data URL to File
Decode a data: URL back to a file.
Turn a data URI into a file
A data URL packs a whole file into a base64 string. This decodes it back, reads the MIME type from the header, and lets you download the original — useful when an asset is inlined in code.
It is handy when an asset is inlined in source and you need the original back — pulling a base64 image, font, or PDF out of CSS or a JSON blob to save or inspect.
Local decoding
The decode happens in your browser, so even embedded credentials or private assets stay on your device. The decoding happens on your device and nothing is uploaded.
Frequently Asked Questions
What does this data url to file do?
Decode a base64 data URL and download it as a local file.
Can I use this with private work data?
Yes. The tool runs entirely in your browser, so pasted data is not uploaded, logged, or stored by Bushe.co.
What should I check before using the output?
Review the preview or output for delimiter issues, unexpected blank rows, and field names that may need cleanup before importing elsewhere.
Is this tool free?
Yes. It is free to use and does not require an account.
More free browser utilities for data cleanup, formatting, and developer workflows.