Nutrient SDK Python bindings for document processing
Project description
Nutrient SDK for Python
Python bindings for the Nutrient SDK - a powerful document processing library supporting PDF, Word, Excel, and more.
Installation
pip install nutrient-sdk
Quick Start
from nutrient_sdk import Document, License, PdfExporter
# Register your license key (optional - runs in trial mode without)
License.register_key("your-license-key")
# Open and convert a document
with Document.open("input.docx") as doc:
doc.export("output.pdf", PdfExporter())
Features
- PDF creation and manipulation
- Document conversion (Word, Excel, PowerPoint to PDF)
- PDF/A and PDF/UA compliance
- Document rendering
- Annotation support
- Form filling
- Digital signatures
Requirements
- Python 3.8 or higher
License
Proprietary - Contact Nutrient for licensing information.
Support
- Documentation: https://nutrient.io/docs
- Support: https://support.nutrient.io
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nutrient_sdk-1.0.4.1-py3-none-any.whl.
File metadata
- Download URL: nutrient_sdk-1.0.4.1-py3-none-any.whl
- Upload date:
- Size: 290.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57eee52c1f65e19fa69a002607e3de480d53ca367750e9648f5f5772355570c3
|
|
| MD5 |
d927afb58c4415507cc25130f16d99b8
|
|
| BLAKE2b-256 |
ab022374cbf829c9ae0813d73ff0b5e458cd9a12b1c3be892180a216d2fb9a81
|