pdfix-sdk


Namepdfix-sdk JSON
Version 8.0.0 PyPI version JSON
download
home_pagehttps://github.com/pdfix/pdfix-sdk-pypi-package
SummaryPDFix SDK - Automated PDF Remediation, Data Extraction, HTML Conversion
upload_time2024-04-21 13:58:36
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": null,
    "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.0.0",
    "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": "",
            "digests": {
                "blake2b_256": "836801f04f349f97683d10cda9057b10dbae200487446b8364ca06ddde998953",
                "md5": "80f97c9d46a643d002f7b305c53a0551",
                "sha256": "a39f559895eca4fcb2141e6578b8c1be9b58cefb6407f5bedc8f3bbfee89dcf7"
            },
            "downloads": -1,
            "filename": "pdfix_sdk-8.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "80f97c9d46a643d002f7b305c53a0551",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 52614588,
            "upload_time": "2024-04-21T13:58:36",
            "upload_time_iso_8601": "2024-04-21T13:58:36.419691Z",
            "url": "https://files.pythonhosted.org/packages/83/68/01f04f349f97683d10cda9057b10dbae200487446b8364ca06ddde998953/pdfix_sdk-8.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-21 13:58:36",
    "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: 0.26659s