File Splitter

Split any file into fixed-size or equal-count byte parts for transfer; parts download as a ZIP with an optional JSON manifest — client-side only, no upload.

filessplitchunks

Splitting is byte-based and runs locally — nothing is uploaded. Rejoin parts with OS tools (e.g. cat / copy /b) using the manifest order.

Drop one file here or click to browse

Max 35 MB (same cap as other client file tools).

Split strategy

Byte splitting

Choose part size (for example 5 MB) or how many equal parts you want. The tool slices the original file without loading it all into a string, wraps segments in a ZIP, and can include a small manifest describing order and original filename.

Frequently Asked Questions

How do I join the parts again?

On desktop you can often concatenate binaries with copy /b part1+part2+… out.bin (Windows) or cat part* > out.bin (Unix). The manifest lists filenames in order.

Is data uploaded?

No — splitting runs entirely in your browser.

Tips

Quick guidance for using our tools safely and effectively.

Privacy

Files are processed on the server for conversion only and are not used for training or shared with third parties.

Best results

Use the formats suggested in each tool. Large media files may take longer — keep the tab open until processing finishes.

Need something else?

Browse related tools below or explore other categories from the main Dev Tools hub.

Related tools

More utilities in the same category.

PDF to JPG / PNG

New

Export PDF pages as JPEG or PNG images in your browser (Mozilla pdf.js + canvas). Pick render scale, optional page list, and JPEG quality. Multi-page exports download as a ZIP. Max ~35 MB file size and up to 1000 pages (browser memory is the practical limit — use page ranges for huge jobs) — nothing is uploaded.

pdfimage+1

JPG / PNG to PDF

New

Stack JPEG or PNG files into one PDF with pdf-lib: reorder the list, choose A4 or Letter, set margins, and fit each image to the page — all client-side, no server upload. Up to 12 images per run.

pdfimage+1

PDF to DOCX

New

Upload a PDF (up to 50 MB) and convert to a downloadable .docx via Dynamic Duniya’s file API — best for text-heavy PDFs; multi-column layouts and images may not transfer cleanly. Progress while uploading; open the result in Word or Google Docs and review formatting.

pdfdocx+1

DOCX to PDF

New

Upload Word .docx or legacy .doc (up to 50 MB) and download a PDF via the server file API. Output fidelity depends on LibreOffice on the server — review complex layouts. Progress while uploading; suggested download name converted.pdf.

pdfdocx+1

Merge / Split PDF

New

Merge: first-page previews in a horizontal strip — drag cards to set merge order. Split: optional “Load page previews” then drag thumbnails (four per row, scrollable) to reorder pages before splitting by ranges or every N pages; ranges use preview slot numbers when previews are loaded. Zip when multiple parts. Client-side pdf.js + pdf-lib — max ~35 MB per file, 150 pages, 12 PDFs for merge.

pdfmerge+1

PDF Watermarking

New

Stamp text (font size, opacity, rotation, corner/center placement) or a JPEG/PNG image across every page using pdf-lib locally. Encrypted PDFs are not supported. Download a watermarked copy — your file never leaves the browser.

pdfwatermark