groupdocs-watermark-net


Namegroupdocs-watermark-net JSON
Version 24.9.1 PyPI version JSON
download
home_pagehttps://products.groupdocs.com/watermark
SummaryGroupDocs.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.
upload_time2024-09-14 10:50:36
maintainerNone
docs_urlNone
authorGroupDocs
requires_python<3.12,>=3.5
licenseOther/Proprietary License
keywords watermark document file api pdf docx xlsx pptx png word excel powerpoint visio image
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # File Watermark Python API

[Product Page](https://products.groupdocs.com/watermark/python-net/) | [Docs](https://docs.groupdocs.com/watermark/python-net/) | [Demos](https://products.groupdocs.app/watermark/family) | [API Reference](https://references.groupdocs.com/watermark/) | [Blog](https://blog.groupdocs.com/category/watermark/) | [Search](https://search.groupdocs.com/) | [Free Support](https://forum.groupdocs.com/c/watermark) | [Temporary License](https://purchase.groupdocs.com/temporary-license) | [Release Notes](https://releases.groupdocs.com/watermark/python-net)

[GroupDocs.Watermark for Python via .NET](https://products.groupdocs.com/watermark/python-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](https://products.groupdocs.com/watermark/nodejs-java/), [GroupDocs.Watermark for Java](https://products.groupdocs.com/watermark/java/) and [GroupDocs.Watermark for .NET](https://products.groupdocs.com/watermark/net/), respectively.

## View API Features

GroupDocs.Watermark for Python via .NET provides these popular features:
- Add text and image watermark to supported document formats.
- Search and remove text and image watermarks.
- Search watermarks in particular objects.
- Apply a 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.


## Supported File Formats

With GroupDocs.Watermark for Python via .NET, developers and applications can process files of the following categories: 

- 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

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. 

## Get Started

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](http://docs.groupdocs.com/watermark/python-net/)).  

## Add a Text Watermark to a Document

```py
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](https://products.groupdocs.com/watermark/python-net/) | [Docs](https://docs.groupdocs.com/watermark/python-net/) | [Demos](https://products.groupdocs.app/watermark/family) | [API Reference](https://references.groupdocs.com/watermark/) | [Blog](https://blog.groupdocs.com/category/watermark/) | [Search](https://search.groupdocs.com/) | [Free Support](https://forum.groupdocs.com/c/watermark) | [Temporary License](https://purchase.groupdocs.com/temporary-license)


            

Raw data

            {
    "_id": null,
    "home_page": "https://products.groupdocs.com/watermark",
    "name": "groupdocs-watermark-net",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.5",
    "maintainer_email": null,
    "keywords": "watermark, document, file, api, pdf, docx, xlsx, pptx, png, word, excel, powerpoint, visio, image",
    "author": "GroupDocs",
    "author_email": null,
    "download_url": null,
    "platform": "win32",
    "description": "# File Watermark Python API\r\n\r\n[Product Page](https://products.groupdocs.com/watermark/python-net/) | [Docs](https://docs.groupdocs.com/watermark/python-net/) | [Demos](https://products.groupdocs.app/watermark/family) | [API Reference](https://references.groupdocs.com/watermark/) | [Blog](https://blog.groupdocs.com/category/watermark/) | [Search](https://search.groupdocs.com/) | [Free Support](https://forum.groupdocs.com/c/watermark) | [Temporary License](https://purchase.groupdocs.com/temporary-license) | [Release Notes](https://releases.groupdocs.com/watermark/python-net)\r\n\r\n[GroupDocs.Watermark for Python via .NET](https://products.groupdocs.com/watermark/python-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.\r\n\r\n>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](https://products.groupdocs.com/watermark/nodejs-java/), [GroupDocs.Watermark for Java](https://products.groupdocs.com/watermark/java/) and [GroupDocs.Watermark for .NET](https://products.groupdocs.com/watermark/net/), respectively.\r\n\r\n## View API Features\r\n\r\nGroupDocs.Watermark for Python via .NET provides these popular features:\r\n- Add text and image watermark to supported document formats.\r\n- Search and remove text and image watermarks.\r\n- Search watermarks in particular objects.\r\n- Apply a watermark to images inside a document.\r\n- Work with existing watermark objects.\r\n- Extract information of watermark objects in a document.\r\n- Perform PDF document rasterization.\r\n- Fetch document basic information.\r\n- Search watermarks by text formatting (font, color, etc.).\r\n- Set background image for charts in Excel and PowerPoint documents.\r\n- Work with PDF and email attachments.\r\n\r\n\r\n## Supported File Formats\r\n\r\nWith GroupDocs.Watermark for Python via .NET, developers and applications can process files of the following categories: \r\n\r\n- Microsoft Word: DOC, DOT, DOCX, DOCM, DOTX, DOTM, RTF\r\n- Microsoft Excel: XLSX, XLSM, XLTM, XLT, XLTX, XLS\r\n- Microsoft PowerPoint: PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, PPS\r\n- Microsoft Visio: VSD, VDX, VSDX, VSTX, VSS, VSSX, VSDM, VSSM, VSTM, VTX, VSX\r\n- OpenOffice: ODT\r\n- Email: EML, EMLX, OFT, MSG\r\n- Fixed Layout: PDF\r\n- Image: BMP, GIF, JPG/JPEG/JPE, JP2, PNG, TIFF, WEBP\r\n\r\n## Platform Independence\r\n\r\nGroupDocs.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. \r\n\r\n## Get Started\r\n\r\nReady to try GroupDocs.Watermark for Python via .NET?\r\n\r\nFetch the package and install **GroupDocs.Watermark**. Run this command: `pip install groupdocs-watermark-net`\r\n\r\nIf you already have **GroupDocs.Watermark** installed and want to get the latest version, \r\nyou have to run `pip install --upgrade groupdocs-watermark-net` instead. \r\n\r\nCheck out GroupDocs.Watermark for Python for .NET [documentation](http://docs.groupdocs.com/watermark/python-net/)).  \r\n\r\n## Add a Text Watermark to a Document\r\n\r\n```py\r\nimport groupdocs.watermark as gw\r\nimport groupDocs.watermark.watermarks as gwo\r\n\r\n# Adding text watermark in the pdf file\r\nwith gw.Watermarker(\"input.pdf\") as watermarker:\r\n\tfont = gwo.Font(\"Arial\", 36.0)\r\n\twatermark = gwo.TextWatermark(\"top secret\", font)\r\n\twatermark.x = 100.0;\r\n\twatermark.y = 250.0;\r\n\r\n    watermarker.add(watermark)\r\n    watermarker.save(\"out.pdf\");\r\n```\r\n\r\n[Product Page](https://products.groupdocs.com/watermark/python-net/) | [Docs](https://docs.groupdocs.com/watermark/python-net/) | [Demos](https://products.groupdocs.app/watermark/family) | [API Reference](https://references.groupdocs.com/watermark/) | [Blog](https://blog.groupdocs.com/category/watermark/) | [Search](https://search.groupdocs.com/) | [Free Support](https://forum.groupdocs.com/c/watermark) | [Temporary License](https://purchase.groupdocs.com/temporary-license)\r\n\r\n",
    "bugtrack_url": null,
    "license": "Other/Proprietary License",
    "summary": "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.",
    "version": "24.9.1",
    "project_urls": {
        "Homepage": "https://products.groupdocs.com/watermark"
    },
    "split_keywords": [
        "watermark",
        " document",
        " file",
        " api",
        " pdf",
        " docx",
        " xlsx",
        " pptx",
        " png",
        " word",
        " excel",
        " powerpoint",
        " visio",
        " image"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca6c6b04f686ac167212612c80398ac61b787fb9fdd7f708cdbb5c2538623607",
                "md5": "8eb956e717c370eca794cdfa5b5de477",
                "sha256": "e6f7a9c9dbb4e8adb39a9aa6493caf29c59420261978cfb306eb984b31831c75"
            },
            "downloads": -1,
            "filename": "groupdocs_watermark_net-24.9.1-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "8eb956e717c370eca794cdfa5b5de477",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.5",
            "size": 161962716,
            "upload_time": "2024-09-14T10:50:36",
            "upload_time_iso_8601": "2024-09-14T10:50:36.702765Z",
            "url": "https://files.pythonhosted.org/packages/ca/6c/6b04f686ac167212612c80398ac61b787fb9fdd7f708cdbb5c2538623607/groupdocs_watermark_net-24.9.1-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c8f4570a2d70098dbea42a7cbd2ace902214d8a854db8dec12883b25ebd5d85",
                "md5": "7552a3eb01e676827e1b353d5911790a",
                "sha256": "f7e398fbbc5964f29a5b78f541d7eafb20c568d4a1a4c03d4211d6d9f3c9de48"
            },
            "downloads": -1,
            "filename": "groupdocs_watermark_net-24.9.1-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7552a3eb01e676827e1b353d5911790a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.5",
            "size": 166818746,
            "upload_time": "2024-09-14T10:50:47",
            "upload_time_iso_8601": "2024-09-14T10:50:47.136517Z",
            "url": "https://files.pythonhosted.org/packages/7c/8f/4570a2d70098dbea42a7cbd2ace902214d8a854db8dec12883b25ebd5d85/groupdocs_watermark_net-24.9.1-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-14 10:50:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "groupdocs-watermark-net"
}
        
Elapsed time: 2.16110s