Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30432
    Waheed Alsayer
    Participant

    Is 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.

    #30433
    Waheed Alsayer
    Participant

    BTW. When I drag the image show to a folder I get the image.

    #30434
    Patrick C
    Participant

    I 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’s shell.Run(…) command together with Windows Powershell’s Invoke-WebRequest … -OutFile … command.
    PowerShell is built into Windows so there should be no need to install it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.