Hi,
I would like to be able to add a web hosted image so that when I use SaveHTMLToStreamEx, images will be something like <img src="www.website.com/image.jpg" height="42" width="42">.
I copied code from the SharedImages demo but instead of using a local relative page, I used a url.
myURL := 'http://logilys.com/medias/logilys_header_frca.jpg'
gr := RVGraphicHandler.LoadFromFile(myURL);
This gives an error because it tries to add the application path before the http://.
Is there anyway to load from an url ?
Include image from url
-
- Site Admin
- Posts: 17524
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Include image from url
RVGraphicHandler.LoadFromFile can load only local files. Remote files must be downloaded.
See https://www.trichview.com/forums/viewto ... f=3&t=5247
See https://www.trichview.com/forums/viewto ... f=3&t=5247