Skip to main content

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

Node.js

Runtime: Node.js 18+
SDK: 0.1.5

npm install @pritset/sdk

Quickstart · GitHub

Python

Python

Runtime: Python 3.9+
SDK: 0.1.5

python -m pip install pritset

Quickstart · GitHub

PHP

PHP

Runtime: PHP 8.3+, Composer 2
SDK: 0.1.5

composer require pritset/pritset-php:0.1.5

Quickstart · GitHub

.NET

.NET

Runtime: .NET 8 or 10
SDK: 0.1.5

dotnet add package Pritset --version 0.1.5

Quickstart · GitHub

Java

Java

Runtime: Java 17+, Maven 3.9+
SDK: 0.1.5

mvn dependency:get -Dartifact=com.pritset:pritset-java:0.1.5

Quickstart · GitHub

Start 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.