trichview.support
Re: TRVSaveOptions in SaveHTML / feature for future? |
Author |
Message |
Sergey Tkachenko |
Posted: 06/27/2003 21:53:13 > > You need to handle OnHTMLSaveImage event. > as i understand that event, there is no way to do such a thing (like i > stated in my previous post) > only by changing Location parameter > > > i do have to set DoDefault to FALSE > than set Location (as desired filename) > and than save image by myself Yes. you are right. Besides, if you have a large number of the same picture in documents, consider using "bullets". Add these pictures to TImageList, and then add them in document using AddBulletEx (if generating document) or using InsertBullet. When exporting to HTML, only one file can be used for one "bullet", even if it's used several times. Demo Demos\Delphi\Assorted\Save HTML\ shows - how to use OnHTMLSaveImage - how to use it to store "bullets" in files with fixed names (so that the same image file can be used in multiple documents) |
Powered by ABC Amber Outlook Express Converter