1

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?

0 Answers0