Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
groupdocs-watermark-net
Advanced tools
GroupDocs.Watermark is a powerful document watermarking API that allows to add image and text watermarks. Additionally, it can search and remove the watermarks which were added to the documents by other third-party software.
Product Page | Docs | Demos | API Reference | Blog | Search | Free Support | Temporary License | Release Notes
GroupDocs.Watermark for Python via .NET is a powerful document watermarking API that allows to add image and text watermarks. Additionally, API can search and remove the watermarks which were already added to the documents by other third-party software.
GroupDocs.Watermark for Python requires you to use python programming language. For Node.js, Java and .NET languages, we recommend you get GroupDocs.Watermark for Node.js, GroupDocs.Watermark for Java and GroupDocs.Watermark for .NET, respectively.
GroupDocs.Watermark for Python via .NET provides these popular features:
With GroupDocs.Watermark for Python via .NET, developers and applications can process files of the following categories:
GroupDocs.Watermark for Python via .NET can be used to develop 32-bit and 64-bit applications for different operating systems (such as Windows, Linux and macOS) where Python 3.5 or later is installed.
Ready to try GroupDocs.Watermark for Python via .NET?
Fetch the package and install GroupDocs.Watermark. Run this command: pip install groupdocs-watermark-net
If you already have GroupDocs.Watermark installed and want to get the latest version,
you have to run pip install --upgrade groupdocs-watermark-net
instead.
Check out GroupDocs.Watermark for Python for .NET documentation).
import groupdocs.watermark as gw
import groupDocs.watermark.watermarks as gwo
# Adding text watermark in the pdf file
with gw.Watermarker("input.pdf") as watermarker:
font = gwo.Font("Arial", 36.0)
watermark = gwo.TextWatermark("top secret", font)
watermark.x = 100.0;
watermark.y = 250.0;
watermarker.add(watermark)
watermarker.save("out.pdf");
Product Page | Docs | Demos | API Reference | Blog | Search | Free Support | Temporary License
FAQs
GroupDocs.Watermark is a powerful document watermarking API that allows to add image and text watermarks. Additionally, it can search and remove the watermarks which were added to the documents by other third-party software.
We found that groupdocs-watermark-net demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.