DEV Community

Forgelab Africa
Forgelab Africa

Posted on

PDF API is live on Forgelab

We just shipped the Forgelab PDF API — a fast, affordable REST API for developers who need to handle PDF files without the hassle.

What it does:

  • Merge multiple PDFs into one
  • Split PDFs by page ranges
  • Compress PDFs to reduce file size
  • Convert PDFs to images (PNG/JPEG)

Pricing: Starts at $5/month for 100 calls/month. No hidden fees.

Quick start:

curl -X POST https://www.forgelab.africa/api/pdf/merge \
  -H "X-API-Key: your_key" \
  -F "files=@doc1.pdf" -F "files=@doc2.pdf"
Enter fullscreen mode Exit fullscreen mode

Sign up at forgelab.africa

Top comments (1)

Collapse
 
hina_khan_8e0ea2c713d729d profile image
Hina Khan

Nice! For simpler use cases where users
just need conversion without an API,
pdfly.uk works well as a no-code frontend
option alongside developer tools like this.