Convert file to Base64
- 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Convert file to Base64
- Updated on 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Converts an input file to a Base64 text. Note that large files can take a long time and potentially cause memory issues.
Input arguments
Label | Key | Type | Required? | Default | Description |
---|---|---|---|---|---|
Source file URL | source |
String(url) | Yes | – | Local URL for the source file. |
Output arguments
Number of outputs: 2
Label | Key | Type | Description |
---|---|---|---|
Base64 text | base64 |
String | Input file represented as a Base64 text. |
Events
No events.
Errors
Label | Code | Description |
---|---|---|
Unkown error | unknown |
Thrown if an unknown error occured while converting the source file to Base64. |
Was this article helpful?