PDF 까지 HTML
Free online PDF to HTML converter. Text extraction plus style wrapping, supports single or multi-page output, pure frontend.
사용법
기능
- PDF 文本提取 → HTML 包装(4 种样式)
- 支持单文件下载 / 预览 / 复制
- 可设置 `` 完整文档或仅 `` 片段
활용 사례
- PDF 内容嵌入网页 / 内容发布 / 简化版 PDF 阅读
- 本工具简化版不还原字体/图片,只输出文本结构
나이nt 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 中实现