Split large PDFs into manageable chunks for LLM processing
Split a PDF into smaller PDFs while preserving all content including images and formatting:
You can also use our API to process PDFs programmatically:
curl -X POST -H "Content-Type: application/json" \
-d '{"pdf_url": "https://arxiv.org/pdf/1706.03762.pdf", "chunk_strategy": "fixed", "chunk_size": 2000}' \
https://pdf.betadev.biz/api/process
curl -X POST -H "Content-Type: application/json" \
-d '{"pdf_url": "https://arxiv.org/pdf/1706.03762.pdf", "pages_per_split": 200}' \
https://pdf.betadev.biz/api/split-pdf
curl https://pdf.betadev.biz/api/splits