返回顶部
e

epsEPS元数据转换

Inspect EPS/PS/EPSF metadata and convert to PNG/JPG/SVG/PDF via API / 解析 EPS 元数据并通过 API 转换为 PNG/JPG/SVG/PDF

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.1.0
安全检测
已通过
132
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

eps

EPS 工具

通过 API 解析 EPS / PS / EPSF 文件元数据,并转换为 PNG/JPG/SVG/PDF。

服务器:https://eps.futrixdev.com

API 参考

将 EPS 转换为 PNG/JPG/SVG/PDF / 格式转换

bash
curl -X POST https://eps.futrixdev.com/api/convert \
-F file=@ \
-F format=png \
-F dpi=300 \
-o output.png

  • - file(必填):EPS/PS/EPSF 文件(最大 20MB)/ 要转换的文件(最大 20MB)
  • format(可选):png(默认)、jpg、svg、pdf / 输出格式
  • dpi(可选):36–1200,默认 300(适用于 png/jpg)/ 分辨率
  • 响应:转换后的文件二进制数据 / 返回转换后的文件

查看 EPS 元数据 / 查看元数据

bash
curl -X POST https://eps.futrixdev.com/api/info \
-F file=@

  • - file(必填):EPS/PS/EPSF 文件(最大 20MB)/ 要解析的文件(最大 20MB)
  • 响应:包含标题、创建者、BoundingBox、尺寸(pt/mm)、PS 版本、字体的 JSON 数据
  • 返回 JSON,包含标题、创建者、BoundingBox、尺寸、PS 版本、字体等

健康检查 / 健康检查

bash
curl https://eps.futrixdev.com/api/health

网页查看器 / 在线工具

https://eps.futrixdev.com — 上传、预览并导出为 PNG/JPG/SVG/PDF
打开网页工具上传文件,可预览并导出

示例

将 EPS 转换为 PNG:
bash
curl -X POST https://eps.futrixdev.com/api/convert -F file=@logo.eps -F format=png -o logo.png

将 EPS 转换为 PDF:
bash
curl -X POST https://eps.futrixdev.com/api/convert -F file=@logo.eps -F format=pdf -o logo.pdf

获取元数据:
bash
curl -X POST https://eps.futrixdev.com/api/info -F file=@logo.eps

示例响应:
json
{
signature: %!PS-Adobe-3.0 EPSF-3.0,
psVersion: 3.0,
epsfVersion: EPSF-3.0,
title: Logo Design,
creator: Adobe Illustrator,
boundingBox: { llx: 0, lly: 0, urx: 400, ury: 300 },
widthPt: 400, heightPt: 300,
widthMm: 141.12, heightMm: 105.84
}

使用建议 / 使用建议

  • - 使用 /api/convert 进行格式转换(PNG/JPG/SVG/PDF)/ 使用 API 进行格式转换
  • 使用 /api/info 查看文件元数据 / 使用 /api/info 查看文件元数据
  • 支持的输入格式:.eps、.ps、.epsf 文件 / 支持的输入格式

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 eps-1776022823 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 eps-1776022823 技能

通过命令行安装

skillhub install eps-1776022823

下载

⬇ 下载 eps v2.1.0(免费)

文件大小: 1.69 KB | 发布时间: 2026-4-13 10:11

v2.1.0 最新 2026-4-13 10:11
- Added SVG as a supported output format for conversion (API and web viewer).
- Updated API documentation and usage examples to include SVG export.
- Simplified web viewer description; clarified export options.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部