I am currently trying to convert a base64 string to a zip file and then extract it.
- Can you just decode a base64 string and then "save it" to whatever format you want and it will take or do you need to do it in different ways.
for example would decoding a base64 string to pdf and zip file be completly different process.
- Are there any node libraries that help with these?