[Code 개선] #30. [Functional] PDF 변환 시 한글 폰트 임베딩 및 스타일 완성도 향상 #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. 목표
서버에서 PDF를 생성할 때 한글 폰트가 누락되거나 기본 폰트로 대체되어 디자인이 무너지는 문제를 해결하고, 출력용 전역 스타일을 정립합니다.
2. 상세 원인 및 배경
WeasyPrint등으로 PDF 변환 시 글자가 깨집니다.3. 주요 수정 파일 및 범위
geulbeot_10th/static/css/pdf_print.css: PDF 전용 스타일 (신규 생성)geulbeot_10th/app.py: PDF 변환 시 폰트 경로 주입 로직geulbeot_10th/assets/fonts/: 폰트 파일 저장소 (신규 생성)Original: Kyeongmin/test#60