Split PDF
Split a PDF into separate files — by page or custom ranges.
Drop a PDF to split
Choose every page or custom ranges below, then drop your PDF
🔒 നിങ്ങളുടെ ഫയലുകള് സ്വകാര്യമായി പ്രവര്ത്തന രഹിതമാക്കിയിരിക്കുന്നു. നിങ്ങളുടെ വിവരങ്ങള് എങ്ങനെ കൈകാര്യം ചെയ്യാം.
Sometimes you don't need to read a PDF — you need to break it apart. Pull a single chapter out of a book, separate a batch scan back into individual documents, or burst a long report into one file per page. PDF.chat's splitter does it in your browser in a couple of clicks.
Choose every page for a clean one-file-per-page burst, or enter custom ranges like 1-3,5,8-10 to carve out exactly the sections you want. You get a single zip back, and the file you uploaded is deleted the moment it's done.
എങ്ങനെ split pdf
സാധാരണ ഉപയോഗങ്ങള്
- Extract one chapter or section from a large PDF
- Separate a single scan that contains several documents
- Burst a report into one file per page for sharing or filing
- Pull the pages you need out of a long form or statement
പലപ്പോഴും ചോദ്യങ്ങൾ ചോദിച്ചു
ഇത് _API വഴി ഉപയോഗിക്കുക
ഒരു PATP ഉപയോഗിച്ച് ഈ ഉപകരണപ്രക്രിയ സാധാരണയായി പ്രവര്ത്തിപ്പിക്കുക. നിങ്ങളുടെ അക്കൌണ്ട് താളില് നിന്നും API അടയാളം ഇന്സ്റ്റോള് ചെയ്യുക.
curl -X POST https://pdf.chat/api/v1/ocr/split/ \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-F "file=@your-file.pdf" \
-F "mode=ranges" \
-F "ranges=1-3,5,8-10" \
-o split.zip
Use mode=each for one PDF per page (omit ranges). The response is the zip of split PDFs.
API ഡോക്സ് വായിക്കുക →