Adding WaterMark to Doc- which will be converted to HTML

Hi , I need urgent help with the following :

I have a doc 2003 file, to which I need to add a watermark.
This this doc will be converted to html .

The problem that watermark disappeared after conversion .

Any ideas ?

Thanks !

Hi

Thanks for your inquiry. Usually, watermarks are floating shapes behind the mail text in a document. Unfortunately, Aspose.Words does not support positioning of floating content upon converting documents to HTML. I linked your request to the appropriate issue. You will be notified as soon as this feature is supported.
However, I think, you can add watermark after converting document to HTML. For example you can add watermark as shown below:

<html>
<body>
    <div style="position:absolute; top:50%; left:50%; z-index:-1;">
        <span style="color:Gray; font-size:48;">This is watermark text</span>
    </div>
</body>
</html>

Hope this helps.
Best regards,

The issues you have found earlier (filed as 1144) have been fixed in this update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(8)