fix: 템플릿 완전 재작성 - 페이지당 4개 고정 영역
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user