PDF Chunker for LLM Processing

Split large PDFs into manageable chunks for LLM processing

Upload PDF URL

Enter a URL to a publicly accessible PDF file. ArXiv papers work well!
Recommended: 1,500-2,000 tokens ≈ 2,000-3,000 characters.

Physical PDF Splitting

Split a PDF into smaller PDFs while preserving all content including images and formatting:

Enter a URL to a publicly accessible PDF file.
Number of pages to include in each split PDF file.

Recent PDF Splits

View All
b9buarhq1ndvd5ilm1at.pdf
2025-11-19 19:51

1 pages split into 1 files

ffparf3tjikbcwikuqeh.pdf
2025-11-19 19:51

1 pages split into 1 files

u2vdlh1dsesom7jt6uk9.pdf
2025-11-19 18:51

1 pages split into 1 files

pzwca0kdslxmp7g76abg.pdf
2025-11-19 18:42

1 pages split into 1 files

ojnh4bbj6v4ahlcebihx.pdf
2025-11-19 18:35

1 pages split into 1 files

API Usage

You can also use our API to process PDFs programmatically:

Text Extraction API:
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
Physical PDF Splitting API:
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
Retrieving Previous Splits:
curl https://pdf.betadev.biz/api/splits
View Full API Documentation:
API Documentation