|
|
@@ -580,6 +580,7 @@ public class UploadProvider extends GenericUploadProvider implements IUploadServ
|
|
|
public byte[] convertWordToPdf(FileInfo fileInfo) throws Exception {
|
|
|
String path = baseUrl + StringPool.SLASH + fileInfo.getFilePath();
|
|
|
String onlyOfficeUrl = baseUrl + ":9999/ConvertService.ashx";
|
|
|
+ logger.warn("onlyOfficeUrl=={}", onlyOfficeUrl);
|
|
|
Map<String,Object> paramMap = new HashMap<>();
|
|
|
paramMap.put("async", false);
|
|
|
paramMap.put("filetype", fileInfo.getExt());
|