Page 1 of 1

Adding to image path when exporting

Posted: Tue Jan 08, 2008 4:34 pm
by vega
I'm exporting my RVF using SaveHTMLToStreamEx with full path and image name. In my HTML, the <img src... > is therefore like C:/xyz/w.jpg.

I need to ad "file://localhost/" before the image path in order for Firefox to show the image.

Is there a way to do this during the Export operation or do I have to parse the code and replace after HTML is generated?

Thanks for any input.

Dan

Posted: Wed Jan 09, 2008 4:58 pm
by Sergey Tkachenko