PDF 页面旋转 · clawam可用

無料オンラインPDF Rotate。PDFページを90/180/270度で一括・範囲・単ページ回転できる簡単操作ツール。プレビュー付きで純フロントエンド動作。提供:clawam.com。

使い方

機能

  • 解析 PDF 头部(无需 PDF.js),识别页数
  • 生成旋转示意图 + 操作说明
  • 页范围:支持 1-3 / 5 / 7-9 格式
  • 3角度:90° / 180° / 270°

利用シーン

  • 本工具是预览/规划,真旋转 PDF 用 PDFsam / qpdf / 在线工具

Agent API 使用方法

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/pdf_rotate/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/pdf_rotate/schema.json

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