fix: 템플릿 완전 재작성 - 페이지당 4개 고정 영역

This commit is contained in:
청춘약국
2026-03-18 23:19:22 +09:00
parent 72ce6d9f05
commit 4fb34d5e17
2 changed files with 210 additions and 377 deletions

View File

@@ -122,14 +122,7 @@ class AnimalMedRendererV2:
await page.set_content(html_content, wait_until='networkidle')
# 콘텐츠 크기 확인
rect = await page.evaluate('''() => {
const el = document.querySelector('.container');
const rect = el.getBoundingClientRect();
return { width: rect.width, height: rect.height };
}''')
# scale 고정 (자연스러운 페이지 분할)
# scale 고정 (페이지 분할을 위해)
scale = 1.0
await page.pdf(