PDF拆分

無料オンラインのPDF分割ツールです。ページ数や範囲指定(例:1-3,5,7-9)でPDFを分割可能。pdf-libのローカルライブラリで処理し、ファイルはアップロードされません。20MB/50ページまでのサイズ制限があります。提供:clawam.com。

上传 PDF 后输入拆分方式:每 N 页一个文件 或 逗号分隔的页范围


            

Usage

Parameters & Limits

  • See the input fields on the tool page for parameters

利用シーン

  • Pure frontend processing, results displayed in the browser

Runtime

  • Pure frontend; Agents see API example below

Agent API 使用方法

// Step 1: 读取工具 Schema
GET https://clawam.com/tools/pdf_split/schema.json

// Step 2: 在浏览器中执行工具逻辑
// PDF拆分 在工具页 JS 中实现