Merge Q-CAST-III-MR-306: pdf 이미지 적용

This commit is contained in:
박 꽃송이 2024-11-15 01:38:31 +00:00 committed by Space Cloud
commit 1eed688d17
No known key found for this signature in database
GPG Key ID: 2F4D45726235F749
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ public class PdfUtil {
// 응답에 PDF 설정
response.setContentType("application/pdf");
response.setHeader("Content-Disposition", "attachment; filename=\"" + pdfFileName + "\"");
response.setHeader("Content-Disposition", "attachment; filename=\"" + pdfFileName + "\".pdf");
response.addHeader("Access-Control-Expose-Headers", "Content-Disposition");
try (OutputStream os = response.getOutputStream();

View File

@ -648,7 +648,7 @@
<div class="guide-box">
<div class="guide-content">
이미지영역
<img src="C:\Users\dlsgk\OneDrive\바탕 화면\펭귄부부.jpg" style="width: 100%;height: auto;display: block;"/>
</div>
</div>
@ -760,7 +760,7 @@
<div class="guide-box">
<div class="guide-content">
이미지영역
<img src="C:\Users\dlsgk\OneDrive\바탕 화면\펭귄부부.jpg" style="width: 100%;height: auto;display: block;"/>
</div>
</div>