Commit 030b2247 authored by Bess严根旺's avatar Bess严根旺

格式

parent 8c68f6f2
......@@ -24,10 +24,15 @@ func recoverPanic() {
/*
**
发起文件转换
格式:
格式:(source_type)
文字文档(Word):doc、docx、wps、wpss、docm、dotm、dot、dotx、html。
演示文档(PPT):pptx、ppt、pot、potx、pps、ppsx、dps、dpt、pptm、potm、ppsm、dpss。
表格文档(Excel):xls、xlt、et、ett、xlsx、xltx、csv、xlsb、xlsm、xltm、ets。
输出格式:(target_type)
图片:png、jpg。
文本:txt。
PDF:pdf。
*/
func (doc *DocServiceService) DoConversion(c context.Context, req *pb.DoConversionRequest) (resp *pb.DoConversionResponse, err error) {
defer recoverPanic()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment