|
|
@@ -1032,7 +1032,6 @@ public class PublicController extends CertifyApiController {
|
|
|
|
|
|
@RequestMapping(value = "/mergeDocumentsToPdf",method = RequestMethod.GET)
|
|
|
public Result mergeDocumentsToPdf(HttpServletResponse response) throws DocumentException, IOException {
|
|
|
-
|
|
|
// 转换Word为PDF文件
|
|
|
// PDFUtils.convertWordToPDF("E:/4.docx", "E:/4-PDF.pdf");
|
|
|
// PDFUtils.convertXlsxToPDF("E:/tmp/0811.xlsx", "E:/tmp/0811-PDF.pdf");
|