I have a restlet that export data in json. So far,...
# suitescript
s
I have a restlet that export data in json. So far, no problem. But now I have to export a jpeg. I think, really not sure, I have to convert the jpeg to base 64 ? IF I'm right, what is the command to do that ?
b
binary files ilke jpeg are represented as base64
you dont need to do anything to the contents
s
Wow, Let me try it
z
pdf files from FileCabinet also represnted as base64