I have tried
\includegraphics{http://www.site.com/path/to/figure.png}
But this returns the error
ERROR: Package pdftex.def Error: File `http://www.website.com/path/to/figure.png' not found.
Are there other options?
external filesgraphicsonline
I have tried
\includegraphics{http://www.site.com/path/to/figure.png}
But this returns the error
ERROR: Package pdftex.def Error: File `http://www.website.com/path/to/figure.png' not found.
Are there other options?
Best Answer
you could use
\write18
and a curl or wget script to grab the image from the web and download it to your directory.note however, that recent versions of miktex and texlive come with restricted versions of \write18, and it some cases you must pass an option to latex to enable it, as in: