PDF Rotate

Free online PDF page rotation tool. Rotate all pages, a range or a single page by90/180/270 degrees with pure-frontend preview.

사용법

기능

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

활용 사례

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

나이nt 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 中实现