zoukankan      html  css  js  c++  java
  • 在线文档转换API word,excel,ppt等在线文件转pdf、png

    在线文档转换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测试工具
    请求参数说明:
     名称类型必填说明
      key string 你申请的key
      url string 需要转换的文档在线url地址
      type int 转换类型,默认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_code int 返回码
      reason string 返回说明
      sourceurl string 提交的文件url
      mes_path string 转换后的文件下载地址(转换过后的文件,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
    }
  • 相关阅读:
    android Animation整理
    js的console总结
    [原创]cocos2d-lua学习笔记(0)-提纲
    【转】js怎么编译成JSC
    【转】PCDuino用python读取GPIO数据
    Mysql数据库大小相关的问题
    oracle with as
    python jar
    investopedia level 2
    warning MSB3391
  • 原文地址:https://www.cnblogs.com/annie00/p/6289760.html
Copyright © 2011-2022 走看看