I'm using the wallpaper package to insert a jpg image in the background of a page. Specifically, I'm doing something like this:
\usepackage{wallpaper}
\begin{document}
\ThisULCornerWallPaper{1}{summary-analysis-bg.jpg}
\end{document}
The image is in the same folder as the .tex file.
What if I wanted to compile the pdf but, instead of using an image from the same folder, use an image from a web address? The naive approach (replacing the file name/location with some image's web address) doesn't work.
Is there some approach that works?
curl/wgetscript, but I fail to see why you would bother? – Kristian Nordestgaard Sep 14 '15 at 17:26bashful....... (but I agree it is not a great idea) – cfr Sep 14 '15 at 23:05