NEWParselane v2 is live — PII auto-redaction, AI summarization, and enterprise watermarking  →  See what's new
Parselane

Feature · Merge & Split

Documents are often parts that need to be whole.

Merge multiple PDFs into one coherent document. Split one PDF into targeted pages. Both in a single API call.

Try free — 40 credits
Merge

Many documents into one.

M

Contract + Signature Page

Generate contract and receive signed page separately, then merge into one complete signed contract ready for archiving.

M

Invoice Package

Invoice + purchase order + shipping confirmation combined into one consolidated submission package.

M

Report + Appendices

Main report body with data tables and methodology sections merged into one distribution document.

M

Exit Package

All HR exit documents — NDA, benefits summary, equipment return — compiled into one branded package.

Split

One document into exactly what you need.

By Page Range

Extract specific pages (e.g., pages 1–5 from a 50-page document). Define exact start and end.

By Count

Split every N pages automatically. Ideal for batch processing documents with uniform structure.

Remove Pages

Extract all pages except a specified set. Remove cover pages, blank separators, or confidential sections.

API examples

# Merge PDFs
curl -X POST https://api.parselane.com/v1/process \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "files[]=@contract.pdf" \
  -F "files[]=@signature.pdf" \
  -F "action=merge_pdf" \
  --output merged.pdf
# Split PDF (pages 1-5)
curl -X POST https://api.parselane.com/v1/process \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@report.pdf" \
  -F "action=split_pdf" \
  -F "pages=1-5" \
  --output extract.pdf

Many into one. One into many. One credit either way.

40 free credits. No card required. Start merging and splitting documents in minutes.