Official SDKs
Generate PDFs from DOCX templates in the backend language you already use. Every SDK implements the same Pritset API workflow: upload a template, send JSON, and save the generated PDF.
Node.js
Runtime: Node.js 18+
SDK: 0.1.5
npm install @pritset/sdk
Python
Runtime: Python 3.9+
SDK: 0.1.5
python -m pip install pritsetPHP
Runtime: PHP 8.3+, Composer 2
SDK: 0.1.5
composer require pritset/pritset-php:0.1.5
Go
Runtime: Go 1.25+
SDK: 0.1.5
go get github.com/pritset/[email protected]
.NET
Runtime: .NET 8 or 10
SDK: 0.1.5
dotnet add package Pritset --version 0.1.5Java
Runtime: Java 17+, Maven 3.9+
SDK: 0.1.5
mvn dependency:get -Dartifact=com.pritset:pritset-java:0.1.5Start with your first PDF
The API quickstart walks through account setup, template upload, credentials, and a first successful PDF. Each SDK page then shows the equivalent client code and its full API surface.