更新PDF.JS解析组件 新增:控制签名/绘图/插图控制方法

This commit is contained in:
gaoxiongzaq
2023-08-16 09:04:12 +08:00
parent 98f83d9be1
commit 8268fc796e
178 changed files with 64647 additions and 62043 deletions

View File

@@ -37,6 +37,7 @@ public class AttributeSetFilter implements Filter {
request.setAttribute("pdfPrintDisable", ConfigConstants.getPdfPrintDisable());
request.setAttribute("pdfDownloadDisable", ConfigConstants.getPdfDownloadDisable());
request.setAttribute("pdfBookmarkDisable", ConfigConstants.getPdfBookmarkDisable());
request.setAttribute("pdfDisableEditing", ConfigConstants.getPdfDisableEditing());
request.setAttribute("fileKey", httpRequest.getParameter("fileKey"));
request.setAttribute("switchDisabled", ConfigConstants.getOfficePreviewSwitchDisabled());
request.setAttribute("fileUploadDisable", ConfigConstants.getFileUploadDisable());