Large File PDF Compression API
Most PDF APIs impose 10MB or 20MB limits. Need to compress 50MB reports, 80MB scanned documents, or 100MB+ PDFs? PDF Squeezer Pro supports files up to 100MB per request.
The problem with other PDF APIs
Adobe PDF Services, SmallPDF, Cloudinary, and many others cap file size at 10–20MB. Enterprise workflows—legal discovery, medical records, archival systems—often produce PDFs far larger. Splitting and recombining adds complexity and errors.
PDF Squeezer file size limits
| Tier | Max file size |
|---|---|
| Free | 5 MB |
| Basic | 25 MB |
| Pro | 100 MB |
Same simple REST endpoint. No special configuration. Pro tier handles up to 100MB per request with the same sub-second latency profile on optimized files.
Same API, larger files
No different endpoint or SDK. Use the same POST /api/v1/compress with larger payloads:
curl -X POST https://api.pdfsqueezer.io/v1/compress \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@large_report.pdf" \
-F "quality=85" \
-o compressed.pdf
Endpoints · Rate limits · Home
Try PDF Squeezer — free tier available