Forum Discussion
nithinsakhamuri
4 years agoFrequent Visitor
Convert the images from Web URL to base64
Dear Team, need some help. I'm importing the images from Sharepoint in the form of a web URL. I would like to convert the web URL images to base64 type without using any external tools.
Greg_Deckler
Community Champion
4 years agonithinsakhamuri Does Python count as an external tool? b64encode ()
nithinsakhamuri
4 years agoFrequent Visitor
Thank you for the reply. Python is also considered as an external tool.