EvotecIT / OfficeIMO

Fast and easy to use cross-platform .NET library that creates or modifies Microsoft Word (DocX) and later also Excel (XLSX) files without installing any software. Library is based on Open XML SDK
MIT License
286 stars 50 forks source link

How to add image watermark? #219

Closed Alex-Yaf closed 1 week ago

Alex-Yaf commented 5 months ago

When adding a watermark, I write this string of code like this: "var watermark = document.Sections[0].Header.Default.AddWatermark(WordWatermarkStyle.Image,'imagepath');" But how to add an image? Please advise. Thank you! Snipaste_2024-04-12_10-42-59 Snipaste_2024-04-12_10-46-26

PrzemyslawKlys commented 5 months ago

This needs an implementation 🤣I made preparations but didn't finish it.

Alex-Yaf commented 5 months ago

This needs an implementation 🤣I made preparations but didn't finish it. Okay, if only it could be done quickly. Wishing you all the best in your work!

Alex-Yaf commented 5 months ago

oh,thank!