Skip to main content
Version: API v3

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:

SDKPackageVersionRuntime
Pythonpdfdancer-client-python3.0.1Python 3.10+
TypeScriptpdfdancer-client-typescript3.0.0Node.js 20+
Javacom.pdfdancer.client:pdfdancer-client-java3.0.0Java 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.