We have Binary to base 64 and Base 64 to binary already available in OS but for converting The File's URL to Base 64 and URL to Binary are not available. So, use this component to fulfil that.
This OutSystems Forge component converts a file's URL to a Base64 string and Binary data. It fetches the file, processes it, and returns the Base64 and binary representation.
Release Notes – v2.0
🚀 New Features
URL to Binary conversion added!Now you can directly fetch any file from a public URL and get its Binary format output, making it easy to store or process files without additional encoding steps.
🛠 Enhancements
Existing URL to Base64 functionality remains fully supported.
Optimized HTTP request handling for faster data retrieval.
📦 What You Can Do Now
Convert any file from a public URL to Base64 for embedding in text-based formats.
Convert any file from a public URL to Binary for direct file storage or processing.