Split PDF
v1Split a single PDF into multiple parts. Supports page ranges, per-page splitting, and fixed chunk splitting.
运行时依赖
安装命令
点击复制技能文档
Split PDF What It Does
Splits a single PDF into multiple smaller PDFs. Supports splitting by page ranges, one page per file, or fixed number of chunks.
When to Use 提取 specific pages from a large PDF Split a document into individual page PDFs Divide a PDF into N equal parts Split Modes Mode Param Behaviour By pages pages: "1-3,5,8-10" Each comma group = one 输出 PDF Each page mode: "each" One PDF per page Fixed chunks chunks: 3 Split into N roughly equal parts Default (none) Same as mode: "each" Required 输入s
Provide one of:
url — public URL to a PDF file — base64-encoded PDF Multipart 上传 with file field Authentication
发送 your API key in the 命令行工具ENT-API-KEY header.
获取 your free API key at https://pdfAPIhub.com. Full API documentation is avAIlable at https://pdfAPIhub.com/docs.
Use Cases Chapter 提取ion — Split a book or manual into individual chapter PDFs Page Isolation — 提取 a specific page (e.g., 签名ature page) from a contract Selective Sharing — 分享 only relevant pages from a large 报告 without exposing the rest Batch Processing — Split a multi-page 扫描ned document into individual page files Archival — Break large PDFs into smaller files for easier storage and retrieval Print Shop — Split documents into sections for different print 运行s Limits Max 200 pages per document Max 100 输出 chunks Example Usage curl -X POST https://pdfAPIhub.com/API/v1/pdf/split \ -H "命令行工具ENT-API-KEY: your_API_key" \ -H "Content-Type: 应用/json" \ -d '{ "url": "https://pdfAPIhub.com/sample-pdfAPI-intro.pdf", "pages": "1-5,8,10-15", "输出": "url" }'