GroupDocs.Watermark
19.11.0
See the version list below for details.
dotnet add package GroupDocs.Watermark --version 19.11.0
NuGet\Install-Package GroupDocs.Watermark -Version 19.11.0
<PackageReference Include="GroupDocs.Watermark" Version="19.11.0" />
paket add GroupDocs.Watermark --version 19.11.0
#r "nuget: GroupDocs.Watermark, 19.11.0"
// Install GroupDocs.Watermark as a Cake Addin #addin nuget:?package=GroupDocs.Watermark&version=19.11.0 // Install GroupDocs.Watermark as a Cake Tool #tool nuget:?package=GroupDocs.Watermark&version=19.11.0
Document Watermark Features
- Add text and image watermark to supported document formats.
- Search and remove text and image watermarks.
- Search watermarks in particular objects.
- Apply watermark to images inside a document.
- Work with existing watermark objects.
- Extract information of watermark objects in a document.
- Perform PDF document rasterization.
- Fetch document basic information.
- Search watermarks by text formatting (font, color etc.).
- Set background image for charts in Excel and PowerPoint documents.
- Work with PDF and email attachments.
Read & Write Formats for Watermarking
Microsoft Word: DOC, DOT, DOCX, DOCM, DOTX, DOTM, RTF Microsoft Excel: XLSX, XLSM, XLTM, XLT, XLTX, XLS Microsoft PowerPoint: PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, PPS Microsoft Visio: VSD, VDX, VSDX, VSTX, VSS, VSSX, VSDM, VSSM, VSTM, VTX, VSX OpenOffice: ODT Email: EML, EMLX, OFT, MSG Fixed Layout: PDF Image: BMP, GIF, JPG/JPEG/JPE, JP2, PNG, TIFF, WEBP
Platform Independence
Microsoft Windows: Microsoft Windows Desktop (x86, x64) (XP & up), Microsoft Windows Server (x86, x64) (2000 & up) Development Environments: Microsoft Visual Studio (2010 & up) Supported Frameworks: .NET frameworks.
Getting Started with GroupDocs.Watermark for .NET
Are you ready to give GroupDocs.Watermark for .NET a try? Simply execute Install-Package GroupDocs.Watermark
from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Watermark assembly in your project. If you already have GroupDocs.Watermark for .Net and want to upgrade it, please execute Update-Package GroupDocs.Watermark
to get the latest version.
Please check the GitHub Repository for common usage scenarios.
Add Watermark to Images on a PDF Page via C#
PdfLoadOptions loadOptions = new PdfLoadOptions();
// Constants.InDocumentPdf is an absolute or relative path to your document. Ex: @"C:\Docs\document.pdf"
using (Watermarker watermarker = new Watermarker(Constants.InDocumentPdf, loadOptions))
{
// initialize image or text watermark
TextWatermark watermark = new TextWatermark("Protected image", new Font("Arial", 8));
watermark.HorizontalAlignment = HorizontalAlignment.Center;
watermark.VerticalAlignment = VerticalAlignment.Center;
watermark.RotateAngle = 45;
watermark.SizingType = SizingType.ScaleToParentDimensions;
watermark.ScaleFactor = 1;
PdfContent pdfContent = watermarker.GetContent<PdfContent>();
// get all images from the first page
WatermarkableImageCollection images = pdfContent.Pages[0].FindImages();
// add watermark to all found images
foreach (WatermarkableImage image in images)
{
image.Add(watermark);
}
watermarker.Save(Constants.OutDocumentPdf);
}
Search Watermarks in PDF using Regular Expression via C#
// Constants.InDocumentPdf is an absolute or relative path to your document. Ex: @"C:\Docs\document.pdf"
using (Watermarker watermarker = new Watermarker(Constants.InDocumentPdf))
{
Regex regex = new Regex(@"^© \d{4}$");
// search by regular expression
TextSearchCriteria textSearchCriteria = new TextSearchCriteria(regex);
// find possible watermarks using regular expression
PossibleWatermarkCollection possibleWatermarks = watermarker.Search(textSearchCriteria);
Console.WriteLine("Found {0} possible watermark(s).", possibleWatermarks.Count);
}
Product Page | Documentation | API Reference | Code Samples | Blog | Free Support | Temporary License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
24.10.0 | 558 | 10/30/2024 |
24.9.0 | 853 | 9/27/2024 |
24.8.0 | 23,265 | 8/29/2024 |
24.7.0 | 595 | 7/25/2024 |
24.6.0 | 468 | 6/27/2024 |
24.5.0 | 2,871 | 5/28/2024 |
24.4.0 | 974 | 4/25/2024 |
24.3.0 | 890 | 3/27/2024 |
24.2.0 | 703 | 2/29/2024 |
24.1.0 | 404 | 1/31/2024 |
23.12.0 | 122,636 | 12/29/2023 |
23.11.0 | 5,781 | 11/30/2023 |
23.10.0 | 1,346 | 11/1/2023 |
23.7.1 | 56,843 | 7/11/2023 |
23.7.0 | 7,849 | 7/3/2023 |
23.4.0 | 17,335 | 4/18/2023 |
23.3.0 | 15,911 | 3/13/2023 |
22.12.1 | 8,907 | 12/21/2022 |
22.12.0 | 952 | 12/13/2022 |
21.3.0 | 89,387 | 3/29/2021 |
20.7.0 | 127,932 | 7/10/2020 |
20.5.0 | 60,135 | 5/13/2020 |
20.2.0 | 74,238 | 2/25/2020 |
19.11.0 | 52,471 | 11/20/2019 |
19.10.0 | 806 | 10/17/2019 |
19.5.2 | 1,038 | 6/17/2019 |
19.5.1 | 931 | 6/13/2019 |
19.5.0 | 793 | 5/31/2019 |
18.8.0 | 1,327 | 8/7/2018 |
18.6.0 | 1,161 | 6/14/2018 |
18.3.0 | 1,223 | 3/21/2018 |
18.2.0 | 1,209 | 2/2/2018 |
18.1.0 | 1,262 | 1/11/2018 |
17.12.0 | 1,247 | 12/6/2017 |
17.11.0 | 1,099 | 11/8/2017 |
17.10.0 | 1,210 | 10/10/2017 |