pdfix-sdk


Namepdfix-sdk JSON
Version 8.7.1 PyPI version JSON
download
home_pagehttps://github.com/pdfix/pdfix-sdk-pypi-package
SummaryPDFix SDK - Automated PDF Remediation, Data Extraction, HTML Conversion
upload_time2025-07-10 10:55:02
maintainerNone
docs_urlNone
authorPDFix s.r.o.
requires_python>=3.7
licenseNone
keywords pdfix pdf accessibility remediation extraction html conversion render watermark redact sign forms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PDFix SDK Package

## PDFix SDK - High Performace PDF library

`keywords: pdf, accessibility, remediation, extraction, html, conversion, render, watermark, redact, sign, forms`

PDFix SDK analyses the key components of the PDF and makes it easily available for you to manipulate. It’s a high-performance library that helps software developers and end-users integrate PDF functionality into their workflows.

## Features
- Automated PDF Remediation (PDF/UA)
- Automated Data Extraction (JSON, XML)
- PDF to HTML Conversion (Original, Responsive, by Tags)
- Standard PDF Editing Features (render, watermark, redact, sign, forms, and more)

## Change log
[https://github.com/pdfix/pdfix_sdk_builds/blob/main/changelog.md](https://github.com/pdfix/pdfix_sdk_builds/blob/main/changelog.md)

## Supported platforms
- Linux amd64
- Windows amd64
- macOS amd64, arm64

## Installation 
```
pip install pdfix-sdk
```

## Example

```
from pdfixsdk.Pdfix import *

pdfix = GetPdfix()
doc = pdfix.OpenDoc("path/to/your.pdf", "")
print(doc.GetNumPages())
doc.Close()
```

More Python examples on [https://github.com/pdfix/pdfix_sdk_example_python](https://github.com/pdfix/pdfix_sdk_example_python)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pdfix/pdfix-sdk-pypi-package",
    "name": "pdfix-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "pdfix, pdf, accessibility, remediation, extraction, html, conversion, render, watermark, redact, sign, forms",
    "author": "PDFix s.r.o.",
    "author_email": "support@pdfix.net",
    "download_url": "https://files.pythonhosted.org/packages/14/2f/1ba703f294d25195eadf27bae6403a2ae8555369e0f2599c1a42de99b1a3/pdfix_sdk-8.7.1.tar.gz",
    "platform": null,
    "description": "# PDFix SDK Package\n\n## PDFix SDK - High Performace PDF library\n\n`keywords: pdf, accessibility, remediation, extraction, html, conversion, render, watermark, redact, sign, forms`\n\nPDFix SDK analyses the key components of the PDF and makes it easily available for you to manipulate. It\u2019s a high-performance library that helps software developers and end-users integrate PDF functionality into their workflows.\n\n## Features\n- Automated PDF Remediation (PDF/UA)\n- Automated Data Extraction (JSON, XML)\n- PDF to HTML Conversion (Original, Responsive, by Tags)\n- Standard PDF Editing Features (render, watermark, redact, sign, forms, and more)\n\n## Change log\n[https://github.com/pdfix/pdfix_sdk_builds/blob/main/changelog.md](https://github.com/pdfix/pdfix_sdk_builds/blob/main/changelog.md)\n\n## Supported platforms\n- Linux amd64\n- Windows amd64\n- macOS amd64, arm64\n\n## Installation \n```\npip install pdfix-sdk\n```\n\n## Example\n\n```\nfrom pdfixsdk.Pdfix import *\n\npdfix = GetPdfix()\ndoc = pdfix.OpenDoc(\"path/to/your.pdf\", \"\")\nprint(doc.GetNumPages())\ndoc.Close()\n```\n\nMore Python examples on [https://github.com/pdfix/pdfix_sdk_example_python](https://github.com/pdfix/pdfix_sdk_example_python)\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "PDFix SDK - Automated PDF Remediation, Data Extraction, HTML Conversion",
    "version": "8.7.1",
    "project_urls": {
        "Bug Reports": "https://github.com/pdfix/pdfix-sdk-pypi-package/issues",
        "Documentation": "https://github.com/pdfix/pdfix-sdk-pypi-package",
        "Homepage": "https://pdfix.net",
        "License": "https://pdfix.net/terms",
        "Source Code": "https://github.com/pdfix/pdfix-sdk-pypi-package"
    },
    "split_keywords": [
        "pdfix",
        " pdf",
        " accessibility",
        " remediation",
        " extraction",
        " html",
        " conversion",
        " render",
        " watermark",
        " redact",
        " sign",
        " forms"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b4d608d3691440b99d3e91f66becba5ab1a401d026b4799b1efc5bd96eb1623f",
                "md5": "a06bbd6ffac9dc8069c35034cdf9a042",
                "sha256": "38639d1a9775a55b1dbab467dad2cb7519549f009a7bdc35fa90c67382870afc"
            },
            "downloads": -1,
            "filename": "pdfix_sdk-8.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a06bbd6ffac9dc8069c35034cdf9a042",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 91539243,
            "upload_time": "2025-07-10T10:54:50",
            "upload_time_iso_8601": "2025-07-10T10:54:50.386821Z",
            "url": "https://files.pythonhosted.org/packages/b4/d6/08d3691440b99d3e91f66becba5ab1a401d026b4799b1efc5bd96eb1623f/pdfix_sdk-8.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "142f1ba703f294d25195eadf27bae6403a2ae8555369e0f2599c1a42de99b1a3",
                "md5": "0ffec2d38ba4ccf499e2b3b861d6a899",
                "sha256": "7c937e66f06d54cf99d7d46839ddc41eafac539330249266142001ae52a4d524"
            },
            "downloads": -1,
            "filename": "pdfix_sdk-8.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0ffec2d38ba4ccf499e2b3b861d6a899",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 91148759,
            "upload_time": "2025-07-10T10:55:02",
            "upload_time_iso_8601": "2025-07-10T10:55:02.259081Z",
            "url": "https://files.pythonhosted.org/packages/14/2f/1ba703f294d25195eadf27bae6403a2ae8555369e0f2599c1a42de99b1a3/pdfix_sdk-8.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 10:55:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pdfix",
    "github_project": "pdfix-sdk-pypi-package",
    "github_not_found": true,
    "lcname": "pdfix-sdk"
}
        
Elapsed time: 1.03301s