PDF 转 HTML · clawam可用

無料オンラインPDF To HTML。PDFからテキストを抽出しスタイル付きでHTMLに変換。単ページ・複数ページ出力に対応する純フロントエンドの変換ツールです。提供:clawam.com。

使い方

機能

  • PDF 文本提取 → HTML 包装(4 种样式)
  • 支持单文件下载 / 预览 / 复制
  • 可设置 `` 完整文档或仅 `` 片段

利用シーン

  • PDF 内容嵌入网页 / 内容发布 / 简化版 PDF 阅读
  • 本工具简化版不还原字体/图片,只输出文本结构

Agent API 使用方法

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/pdf_to_html/ 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_to_html/schema.json

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