# 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/57/eb/5784c64d5a4623994a0e41c037ef36f53d15c05518ce29b932ffe00d59b1/pdfix_sdk-8.4.2.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.4.2",
"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": "32cc4cfd5becc0bc6e99ef2facf3347ee577fbfd68a6322688467d4f1dbdef5c",
"md5": "13e528b818634790a7220d690b10ce9e",
"sha256": "de7d41803ec6d37aae0f9bfde0ce1626bd56793add0df06d3c8a685387364a2d"
},
"downloads": -1,
"filename": "pdfix_sdk-8.4.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "13e528b818634790a7220d690b10ce9e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 41660496,
"upload_time": "2024-12-12T11:57:46",
"upload_time_iso_8601": "2024-12-12T11:57:46.648844Z",
"url": "https://files.pythonhosted.org/packages/32/cc/4cfd5becc0bc6e99ef2facf3347ee577fbfd68a6322688467d4f1dbdef5c/pdfix_sdk-8.4.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "57eb5784c64d5a4623994a0e41c037ef36f53d15c05518ce29b932ffe00d59b1",
"md5": "32905b549225620b24c2fa77e26a0d20",
"sha256": "2f0869007dd8ffad557bfabe3c6156797f4d671dbc183232c2ccbb1cd12f6fe1"
},
"downloads": -1,
"filename": "pdfix_sdk-8.4.2.tar.gz",
"has_sig": false,
"md5_digest": "32905b549225620b24c2fa77e26a0d20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 41478255,
"upload_time": "2024-12-12T11:58:10",
"upload_time_iso_8601": "2024-12-12T11:58:10.317204Z",
"url": "https://files.pythonhosted.org/packages/57/eb/5784c64d5a4623994a0e41c037ef36f53d15c05518ce29b932ffe00d59b1/pdfix_sdk-8.4.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-12 11:58:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pdfix",
"github_project": "pdfix-sdk-pypi-package",
"github_not_found": true,
"lcname": "pdfix-sdk"
}