Download load image from SVG html tag via converting it to base64 using canvas & img tag EXCEL VBA

Описание к видео Download load image from SVG html tag via converting it to base64 using canvas & img tag EXCEL VBA

Download load image from SVG & IMG html tag from other domain or other server website using Excel VBA & JavaScript together. Image from SVG html tag via convert it base64 string using canvas & img tag

VBA HTMLDocument and MSXML2.XMLHTTP60 send httpxmlrequest which will not work for other server website due to CORS policy bound

and

download image using URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" (windows library ) also not work to download images from SVG tags because it only on direct downloadable urls

Комментарии

Информация по комментариям в разработке