groupdocs-viewer / GroupDocs.Viewer-for-.NET-WebForms

Moved to https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET/tree/master/Demos/WebForms
https://products.groupdocs.com/viewer/net
MIT License
6 stars 0 forks source link

Adding the watermark configuration feature #22

Closed aleksandarvidakovicaspose closed 5 years ago

aleksandarvidakovicaspose commented 5 years ago

Hi,

Please consider the implementation of the watermark configuration feature using the configuration file. At the moment, it's possible to set the watermark at the compile time. However, this approach doesn't suit the customer's need. This issue looks very similar to the previously logged one, https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET-WebForms/issues/3

Thanks.

Pavel-Teplitsky commented 5 years ago

Hi, we added this to our road map for future implementation. Meanwhile you can add this feature by yourself following these instructions or if you use image representation mode use these instractions.

aleksandarvidakovicaspose commented 5 years ago

Hi Pavel, Thanks for the feedback. Please confirm will this feature support adding the watermarked content in the saved and printed copies. Thanks in advance.

Pavel-Teplitsky commented 5 years ago

Hi, I can confirm that the watermark will be in the printed document but not in the document itself (if to download it - it will be without watermark). If you need to save watermark into the document please take a look at GroupDocs.Watermark . Example for this library is not available currently but we have it in our road map, please stay tuned and we will notify you when such example will be ready.

Pavel-Teplitsky commented 5 years ago

@aleksandarvidakovicaspose We have released this feature. Please download latest version of the example from this repository and use "watermarkText" property in the configuration.yml to set watermark text.

Best regards.