在线文档格式转换API word,excel,ppt等在线文件转pdf、png

来源:互联网 发布:gate奇幻自卫队知乎 编辑:程序博客网 时间:2024/05/27 20:56

在线文档转换API提供word,excel,ppt等在线文件转pdf、png等,文档:https://www.juhe.cn/docs/api/id/259

接口地址:http://v.juhe.cn/fileconvert/query
支持格式:json
请求方式:http get/post
请求示例:http://v.juhe.cn/fileconvert/query
接口备注:通过提交需要转换的源文件url,转换成对应的文档格式
调用样例及调试工具:API测试工具
请求参数说明: 名称类型必填说明 keystring是你申请的key urlstring是需要转换的文档在线url地址 typeint否转换类型,默认1(1:office转pdf、2:office转swf、3:office转png、4:office转pdf拆单页、5:pdf转swf、6:pdf转png、7:word转txt),office支持:word,excel,ppt三种文档格式
返回参数说明: 名称类型说明 error_codeint返回码 reasonstring返回说明 sourceurlstring提交的文件url mes_pathstring转换后的文件下载地址(转换过后的文件,10分钟有效时间,请尽快下载)
JSON返回示例:
{    "reason": "转换成功",    "result": {        "sourceurl": "http://juheimg.oss-cn-hangzhou.aliyuncs.com/docs/juhe.doc",        "mes_path": "http://office.edu-paas.com/Resources/Anonymous/6059d8af-82d0-44f5-9c97-629dd26af4ff.pdf"    },    "error_code": 0}


0 0
原创粉丝点击