Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

GroupDocs.Watermark for .NET 24.1 (DLLs only)

Download   Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 144.75MB
  • Date Added:
  • 31/1/2024

Description

This ZIP file contains only the GroupDocs.Watermark for .NET 24.1 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Watermark for .NET without the MSI installer. This ZIP download does not contain the demo projects.

File Details

Integrate watermarking power into your existing .NET projects on Windows, Linux, and macOS! GroupDocs.Watermark for .NET 24.1 (DLLs only) offers faster Watermarker initialization & bug fixes.

Blazing-Fast Watermarks

Developers can now experience a noticeable improvement in Watermarker object initialization speed with this .NET watermarking API release. Add watermarks to your documents with lightning speed and enhance your productivity. This code sample illustrates the feature usage in C#.


//When we 100% know that test.pdf is a PDF document, than for better performance specify new PdfLoadOptions().
using (Watermarker watermarker = new Watermarker("test.pdf", new PdfLoadOptions()))
{
    // Create a text watermark with a specified text and font
    TextWatermark textWatermark = new TextWatermark("This is a test watermark", new Font("Arial", 48));
  
    // Add the text watermark with additional options 
    PdfArtifactWatermarkOptions textWatermarkOptions = new PdfArtifactWatermarkOptions();
    watermarker.Add(textWatermark, textWatermarkOptions);

    // Save the watermarked document and capture the watermarking result
    WatermarkResult watermarkResult = watermarker.Save("result.pdf");
}

Source*

Multi-Threaded Watermarking Fix

An issue related to initializing the Watermarker object on multiple threads using .NET has been resolved in this API version. This fix ensures smooth operation in multithreaded .NET applications.

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting GroupDocs.Watermark for .NET 24.1 Release Notes.

 English