diff --git a/src/main/webapp/ubi4/levyReport.jsp b/src/main/webapp/ubi4/levyReport.jsp index 5e6501a..0eb4a1f 100644 --- a/src/main/webapp/ubi4/levyReport.jsp +++ b/src/main/webapp/ubi4/levyReport.jsp @@ -75,6 +75,12 @@ htmlViewer.printSet(); // PrintSet(WS VIEWER) jrffile : pJrf, arg : pArg }); + + htmlViewer.HmlExtension = 'hwp'; + + //저장(Export) 가능한 파일 형식 정의 (HWP 포함) + //htmlViewer.setUserSaveList('Image,Pdf,Docx,Xls,Pptx,Hml,Cell'); + htmlViewer.showReport(UbiPreviewEnd); } diff --git a/src/main/webapp/ubi4/work/levyReport.jrf b/src/main/webapp/ubi4/work/levyReport.jrf index 5ea94fd..9816385 100644 Binary files a/src/main/webapp/ubi4/work/levyReport.jrf and b/src/main/webapp/ubi4/work/levyReport.jrf differ