PDF 압축or
Free online PDF compression analyzer. Detects compressible streams (images, fonts, duplicate objects) and gives optimization suggestions.
사용법
기능
- 解析 PDF 内部流(stream)结构,识别 /Image /FlateDecode /ASCII85 /LZW 等
- 统计:页数、对象数、压缩/未压缩流比例、字体数
- 给出"是否可压"建议(基于已压缩 vs 未压缩)
활용 사례
- 注意:本工具是分析器,不修改 PDF。如需真压缩,推荐 Ghostscript(qpdf/gs)服务端
나이nt API 사용법
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/pdf_compress/ 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_compress/schema.json // Step 2: 在浏览器中执行工具逻辑 // PDF 压缩 在工具页 JS 中实现