Disk uploads
Files are streamed to server disk first, so large uploads are not held in API memory.
Production limits
Clear Free and Pro limits for every major conversion service. Uploads go directly to disk, then Redis and BullMQ route each task to the correct background worker.
| Tool group | Free plan | Pro plan | Processing notes |
|---|---|---|---|
| Merge PDF | Free 5 files, 200 MB total | Pro 10 files, 400 MB total | Supports PDF, Word, Excel, PowerPoint, images, and text files. |
| Split PDF | Free 1 file, 50 MB | Pro 1 file, 80 MB | Single PDF upload per task. |
| Compress PDF | Free 5 files, 200 MB total | Pro 10 files, 400 MB total | Batch processing is supported. |
| Word to PDF / PDF to Word | Free 1 file, 20 MB | Pro 5 files, 60 MB total | Office conversions are processed asynchronously. |
| PPT to PDF / PDF to PPT | Free 1 file, 20 MB | Pro 5 files, 60 MB total | PowerPoint conversion uses the office worker queue. |
| Excel to PDF / PDF to Excel | Free 1 file, 20 MB | Pro 5 files, 60 MB total | Spreadsheet conversion uses the office worker queue. |
| OCR PDF | Free 1 file, 20 MB | Pro 5 files, 60 MB total | OCR jobs run in a dedicated worker queue. |
| PDF to JPG / PDF to PNG | Free 4 files, 20 MB total | Pro 10 files, 60 MB total | Large page outputs are downloaded as ZIP files. |
| Images to PDF | Free 20 files, 40 MB total | Pro 40 files, 80 MB total | Images are normalized before PDF creation. |
| Protect PDF / Unlock PDF | Free 3 files, 100 MB total | Pro 6 files, 200 MB total | Password and security operations. |
| Watermark PDF | Free 3 files, 100 MB total | Pro 6 files, 200 MB total | Text and image watermark support. |
| Sign PDF | Free 1 PDF plus optional signature image, 100 MB total | Pro 1 PDF plus optional signature image, 200 MB total | Signature image counts as part of the upload task. |
| Organize PDF / Add Page Numbers / Repair PDF | Free 3 files, 100 MB total | Pro 6 files, 200 MB total | PDF edit operations run in the light PDF queue. |
| Crop PDF | Free 1 file, 100 MB | Pro 1 file, 300 MB | Single PDF per crop task. |
| Crop Images / Compress Images / HEIC Converter | Free 2 files, 60 MB total | Pro 40 files, 120 MB total | Image tools use the image worker queue. |
Files are streamed to server disk first, so large uploads are not held in API memory.
Redis and BullMQ send each task to PDF, office, OCR, image, or cleanup workers.
Free and Pro limits are enforced before each job enters the processing queue.