Tag Archives: add watermark in csharp

Watermark Excel Sheets using C#

We have already discussed ways to watermark different documents, images, and presentations. Today, we will be discussing how to add watermark to an Excel workbook in different ways using C# with the .NET application.

The following topics are covered in this article:

  • Add Text Watermark to Excel Sheet
  • Apply Watermark to Specific Excel Sheet
  • Add Watermark to Excel Sheet as Background
Posted in GroupDocs.Watermark Product Family | Tagged , , , ,

Add Watermark to Presentation Slides using C#

Watermarks are normally used to protect the documents from any unauthorized use. To protect your presentations and to claim ownership, today we will learn how to programmatically add text and image watermarks to the Microsoft PowerPoint presentations within .NET applications using C#. In a separate article, we have seen applying watermarks to images in C#.

The following topic are separately and briefly covered in this artile:

  • Add text watermarks to presentation slides.
  • Add image watermarks to presentation slides.

Continue Reading ...

Posted in GroupDocs.Watermark Product Family | Tagged , ,

Add Watermark to Images using C#

Add Text Watermark to PNG image using Java and .NET

Let's see today, how to add watermarks to images. This helps you branding your official photography, and protects your pictures from any unauthorized use. This article will guide you to programmatically add text and images watermarks to your image files using C#. In an earlier post, we have seen the same to add text and image based watermarks to images using Java. After reading this article, it will not be difficult for you to add watermarks to JPG/JPEG, PNG, WebP, GIF, TIFF, JP2, BMP images using C# within your .NET application.

Let's now separately see, how we can easily add text and image-based watermarks on your pictures, photos, or image files in C# using the .NET Watermarking API for documents and images.

Continue Reading ...

Posted in GroupDocs.Watermark Product Family | Tagged , , ,

Add Watermark to Documents while Conversion in C# or Java

Document conversion is one of the most frequent processes that endures across a lot of industries. Sometimes, it is the business need to put a watermark on the resultant document after conversion. For example, you want to convert a Word document to PDF or PowerPoint PPT/PPTX to PDF with a watermark (text or image) in all the PDF pages.

GroupDocs.Conversion for .NET and Java gives you such an option. It possesses a class WatermarkOptions with rich properties such as:

  • Text/Font
Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged , , ,