기업회원 첨부파일 PDF 사이즈 변경
@3133900a3c5b0d7b97606dc4d3298ffaeb734c8b
--- src/main/java/itn/com/cmm/util/PdfUtil.java
+++ src/main/java/itn/com/cmm/util/PdfUtil.java
... | ... | @@ -110,7 +110,7 @@ |
| 110 | 110 |
File imgFiles = new File(imgDir + "." +extsn); |
| 111 | 111 |
Image img = ImageIO.read(imgFiles); |
| 112 | 112 |
|
| 113 |
- PDPage page = new PDPage(PDRectangle.A4); |
|
| 113 |
+ PDPage page = new PDPage(PDRectangle.A2); |
|
| 114 | 114 |
doc.addPage(page); |
| 115 | 115 |
|
| 116 | 116 |
PDImageXObject pdImage = PDImageXObject.createFromFile(imgFiles.toString(), doc); |
--- src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovMberCmpHstListByType.jsp
+++ src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovMberCmpHstListByType.jsp
... | ... | @@ -30,7 +30,7 @@ |
| 30 | 30 |
document.pdfForm.hstManagerNm.value = hstManagerNm; |
| 31 | 31 |
document.pdfForm.hstMbtlNum.value = hstMbtlNum; |
| 32 | 32 |
document.pdfForm.fileSn.value = 0; |
| 33 |
- window.open("about:blank", 'taxListPopup', 'width=1020, height=800, top=100, left=0, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=no, location=no, scrollbar=no');
|
|
| 33 |
+ window.open("about:blank", 'taxListPopup', 'width=1020, height=800, top=100, left=0, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=no, location=no, scrollbars=yes');
|
|
| 34 | 34 |
document.pdfForm.action = "<c:url value='/uss/ion/msg/pdfView.do'/>"; |
| 35 | 35 |
document.pdfForm.target = "taxListPopup"; |
| 36 | 36 |
document.pdfForm.submit(); |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?