[OS X TeX] webarchive
Bruno Voisin
bvoisin at mac.com
Fri May 16 15:53:40 EDT 2008
Le 16 mai 08 à 20:57, Christopher Brewster a écrit :
> 1. Save image to file - it is by default a png (i.e. by right
> clicking)
Another way of achieving the same result: if you look at the source
code (Cmd-Alt-U in Safari), you'll see that the page
http://anziamj.austms.org.au/JAMSA/V52/Part1/Gratzer/p0057.html
essentially loads the image p0057.png:
<img SRC = p0057.png ALT = p0057.png>
Hence, you can just paste the URL in a new browser window (or tab) and
replace p0057.html by p0057.png. The image will be displayed in the
window, Ctrl-Click on it and select download.
Often, for downloading some file of which I have only the URL, I write
an HTML file with content such as
<!doctype doctype public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<body>
<a href="URL-OF-FILE-TO-DOWNLOAD">To download</a>
</body>
</html>
then open this file in web browser, and Ctrl-Click the link ("To
download" here) then select downloading.
Bruno
More information about the MacOSX-TeX
mailing list