Skip to main content
TlamakatlTlamakatl

PDF Remove Pages

Drop the pages you don't want. Preview every page, click the ones to remove, and download a slimmer PDF.

API · SAME JOB, YOUR MACHINE

# 1. Preview
curl -X POST $API/api/preview/pdf -F "file=@document.pdf"

# 2. Remove the unwanted pages (1-based page numbers)
curl -X POST $API/api/process \
  -H "Content-Type: application/json" \
  -d '{"job_type":"pdf-remove-pages","storage_url":"s3://.../<file_id>.pdf",
       "parameters":{"pages":[2,5]}}'