- AuthorPosts
- September 2, 2025 at 4:04 am #30432
Waheed Alsayer
ParticipantIs there a macro to download the image that is shown in the internal web browser when I click on a link in the text file.
for example,
https://makhtutat.com/images/artwork/book.jpg
https://iiif.nli.org.il/IIIFv21/FL165301483/full/200,/0/default.jpg
if you put these links in the editor an click on each, the internal web browser will show the image, now i need to go through a text file full of links and download the image that is show in the browser from the macro.
I don’t want to use an external downloader, wget or any other tool except the macro.BTW. When I drag the image show to a folder I get the image.
September 2, 2025 at 4:04 am #30433Waheed Alsayer
ParticipantBTW. When I drag the image show to a folder I get the image.
September 2, 2025 at 6:07 am #30434Patrick C
ParticipantI don’t want to use an external downloader, wget or any other tool except the macro.
I’d be surprised if this were possible without any external tool.
If I’d write the macro and not want to install an external tool, I’d use EmEditor’sshell.Run(…)
command together with Windows Powershell’sInvoke-WebRequest … -OutFile …
command.
PowerShell is built into Windows so there should be no need to install it. - AuthorPosts
- You must be logged in to reply to this topic.