修复问题

This commit is contained in:
2022-11-18 09:25:26 +08:00
parent d03748ea89
commit 3e6d815464

View File

@@ -212,8 +212,8 @@ public class WordConvertUtils {
/**
* pdf合并
*
* @param files 源文件的相对路径 例:["D:\anrui\upload\template\pdf\111.pdf","D:\anrui\upload\template\222.pdf"]
* @param targetPath 输出的pdf的路径 D:\anrui\upload\template\pdf\333.pdf
* @param files 源文件的相对路径
* @param targetPath 输出的pdf的路径
* @return
* @throws Exception
*/