PDFix SDK - Automated PDF Remediation, Data Extraction, HTML Conversion
Project description
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
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pdfix_sdk-8.1.10.tar.gz
(42.2 MB
view hashes)
Built Distribution
pdfix_sdk-8.1.10-py3-none-any.whl
(42.4 MB
view hashes)
Close
Hashes for pdfix_sdk-8.1.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5278c72ef19e05d5bfee72979c9d89f8ae873cd8afad488943480d7db834dc5c |
|
MD5 | e18f030c19b278de6403b71110f50c28 |
|
BLAKE2b-256 | 277d9fd208ef658f197d1c5dd05d11b96d46ed8027dbc3f5837a8c2ef45ede96 |