Loading PDFTools...
Integrate PDF processing directly into your applications. Our API provides programmatic access to all PDFTools features with simple REST endpoints and client-side processing.
Coming soon: The PDFTools API is currently in development. Join the waitlist to get early access.
Reduce PDF file size programmatically with configurable compression levels.
Combine multiple PDFs into one document with page reordering.
Extract specific pages or divide PDFs into multiple files.
Convert between PDF and Word, images, HTML, and text.
Add or remove password protection from PDFs.
Process and analyze PDF content with AI-powered text extraction and Q&A.
POST /api/v1/compress
Content-Type: multipart/form-data
Authorization: Bearer YOUR_API_KEY
Response:
{
"success": true,
"data": {
"originalSize": "4.2 MB",
"compressedSize": "1.1 MB",
"compressionRatio": "73%",
"downloadUrl": "https://..."
}
}