SaveHTML place images in images folder
Posted: Sat Oct 08, 2022 8:44 pm
Hi Sergey,
I'm using this and it works fine:
That's great, but I want the images in a subfolder relative to the html file itself. I've looked at SaveImage2 but can't figure out how to do this. It's probably very simple but I can't get it to work! If it involves using SaveImage2, can you post how I would call it and from where?
Thanks Sergey
I'm using this and it works fine:
Code: Select all
memo.SaveHTML(FileSaveDialog1.FileName,
ExtractFileName(FileSaveDialog1.FileName), 'img',[ rvsoUTF8] );
Thanks Sergey