PDA

View Full Version : How to export the image files when saving the document as html file


Unregistered
January 23, 2003, 05:51:45
I'v tried the example TX Text Control Words. I inserted an image file to the document, then saved the document as a html file. Unfortunately, When I opened the html again, the image was missing. Why?

Christopher Krause
January 23, 2003, 16:02:29
Hello,

You have to insert the images as character. The SaveMode property should be set to SaveAsFileReference. Using the Image.ExportFileName Property you can specify the image file name which will be used, if you set the SaveMode property to SaveAsData.

Regards,
Christopher Krause, TX Text Control