SDK Versions
Python SDK 3.0.1 is the latest stable Python API v3 release; the TypeScript and Java SDKs remain at 3.0.0. This documentation covers these releases:
| SDK | Package | Version | Runtime |
|---|---|---|---|
| Python | pdfdancer-client-python | 3.0.1 | Python 3.10+ |
| TypeScript | pdfdancer-client-typescript | 3.0.0 | Node.js 20+ |
| Java | com.pdfdancer.client:pdfdancer-client-java | 3.0.0 | Java 17+ |
Install or upgrade
# Python
python -m pip install --upgrade pdfdancer-client-python==3.0.1
# TypeScript
npm install [email protected]
<!-- Java / Maven -->
<dependency>
<groupId>com.pdfdancer.client</groupId>
<artifactId>pdfdancer-client-java</artifactId>
<version>3.0.0</version>
</dependency>
API v1 documentation remains available under /v1/. See Migrating from v1 before upgrading an existing application.