Using ConTeXt I want to create a pdf with pictures from the internet. I don't want to include those pictures into the pdf, but I want only links to these pictures, and the pictures themselves shall be loaded when viewing the pdf. I tried to use this code:
%interface=en translate-file=utf-8
\starttext
\externalfigure[http://userserve-ak.last.fm/serve/_/36375617/Lucie+Jones+Lucie+PNG.png][type=png]
\stoptext
I used this command for the compilation:
texexec --pdf --tex=pdfetex --int=en file.tex
But in the final pdf there is only this error message:
name: dummy
file: Lucie+Jones+Lucie+PNG
state: unknown
Is it possible to have the external figures in the final pdf (using ConTeXt)?