Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
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.
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#.
Watermarker
//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*
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.