Hello why is sometimes an embedded image not stored to HTML?
I don't know exactly why, but sometime the image has an
and if this is present, the image in the HTML is stored as link.
if i remove the
the image is correctly exported as embedded data
Hello why is sometimes an embedded image not stored to HTML?
I don't know exactly why, but sometime the image has an
and if this is present, the image in the HTML is stored as link.
if i remove the
the image is correctly exported as embedded data
You already gave the explanation - if the image is linked to a file it is not embedded.
To force embedding (or vice versa) use OnPrepareImageForSaving event.
But the image is not really linked to a file... the image is embedded, only the additional parameter Source is present!
But i will try to check it in the PrepareSaving ...
Hi,
You can also modify the unit WPIOHTML accordingly to let it do what you need.
WPTools is by default using the links, image embedding in HTML is the exception.