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

Download   Support Forum 

File Details

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

Description

This contains the MSI installer of GroupDocs.Watermark for .NET 24.1 release.

File Details

Consolidate your document watermarking workflows with the latest GroupDocs.Watermark for .NET 24.1 (MSI installer) release. This update delivers a performance boost for initializing the Watermarker object, reducing wait times. A multithreading bug has also been addressed to ascertain smooth operations in multithreaded environments.

Lightning Fast Watermarking

Experience a dramatic improvement in Watermarker initialization speed with this release of the .NET watermarking API. Apply watermarks to your documents quicker than ever before and augment 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*

Multithreading Fix

We have resolved an issue related to initializing Watermarker on multiple threads using .NET 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