The renewal maintenance has officially ended for Progress iMacros effective November 30, 2023 and all versions of iMacros are now considered EOL (End-of-Life).
This demo site will also no longer be moderated from the Progress side. Thank you again for your business and support.
Sincerely,
The Progress Team
"Save Target As" Test Page
Open PDF Document - Sample PDF document for testing. When you install an Acrobat PDF product on a system that includes a browser, you automatically configure the browser to open PDF files within the browser window. If no Acrobat PDF Plug-In is installed, the link open as normal download.
Play Video - Plays a short sample movie. By default, this type of files (MPEG, MPE, ASF, AVI, ...) are opened in the Windows Media Player instead of download. The "Save Target As" feature can be used to automate the download.
- Click on the link normally. A TAG command is recorded, for example
TAG POS=1 TYPE=A ATTR=TXT:Open
PDF Document - After the recording is complete, open the macro and edit this TAG line to: TAG POS=1 TYPE=A ATTR=TXT:Open
PDF part tells IM, that instead of a normal mouse click, IM simulates now the "Save Target As" command of Internet Explorer.Document CONTENT=EVENT:SAVETARGETAS The "EVENT:SAVETARGETAS" - If you want to use your on path and file names, add an
ONDOWNLOAD command to the macro: ONDOWNLOAD FOLDER=c:\pdf-documents
FILE=+_timetag_{{!NOW:yyyymmdd_hhnnss}} TAG POS=1 TYPE=A ATTR=TXT:Open
PDF Document CONTENT=EVENT:SAVETARGETAS