Skip to content

easyyun/easyyun.github.io

Repository files navigation

EasyYun

企业级PDF API,基于K8S,坚如磬石

EasyYun,企业级 PDF API,提供各种在线转换接口,不限定开发语言,Java、PHP、Golang、Python、Ruby、Node、C#通通可以用。

云端API处理,告别安装各种软件,不占计算机资源,开发者新手、高手都可以完成。

PDF云转换客户端

小程序、Mac和Windows全舞台,无广告,使用不限次数

主要功能

快速开始

PDF文件合并

curl -X POST 'https://test-rest-api.easyyun.com/v1/router/rest' \
-d 'method=pdf.merge' \
-d 'token=395a25d6fa758bfb6c0d3da007a8b189' \
-d 'input={"file_url":["https://static.easyyun.com/static/example/files/one_page.pdf","https://static.easyyun.com/static/example/files/two_pages.pdf"]}'

PDF文件压缩

curl -X POST 'https://test-rest-api.easyyun.com/v1/router/rest' \
-d 'method=pdf.compress' \
-d 'token=395a25d6fa758bfb6c0d3da007a8b189' \
-d 'input=https://static.easyyun.com/static/example/files/big.pdf' \
-d 'options={"quality": "low"}'

更多:API参考

文档官网:https://www.easyyun.com

联系

PDF云转换

License

Apache-2.0