Quote from
luishp on June 19, 2021, 5:51 pm
Hi @cdy44-2
OpenURL command should work
You can also use pure HTML code:
<a href="/path/to/your/document.pdf" download>Download document</a>
The "download" attribute will do the trick to force a download.
Regards.
Hi @cdy44-2
OpenURL command should work
You can also use pure HTML code:
<a href="/path/to/your/document.pdf" download>Download document</a>
The "download" attribute will do the trick to force a download.
Regards.
CDY@44 has reacted to this post.