You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a service with alpine-chrome and puppeteer to generate pdf reports. Previously i use zenika/alpine-chrome:115 at my Dockerfile and in my package.json i use 21.0.0 version of puppeteer. This service open window with puppeteer and generate pdf with html content that i passed.
I update version of zekina/alpine-chrome from 115 to 117 and passed the same html in both versions, but in 117 version the header and footer became much smaller than 115 version. I keep puppeteer in 21.0.0 version in both.
Header and Footer that i passed to puppeteer in both versions is: <div style='border: 1px solid red; font-size: 20px;'><span>Test</span></div>
Describe the bug
I have a service with
alpine-chrome
andpuppeteer
to generate pdf reports. Previously i usezenika/alpine-chrome:115
at myDockerfile
and in mypackage.json
i use21.0.0
version of puppeteer. This service open window with puppeteer and generate pdf with html content that i passed.I update version of zekina/alpine-chrome from
115
to117
and passed the same html in both versions, but in117
version the header and footer became much smaller than115
version. I keep puppeteer in 21.0.0 version in both.Header and Footer that i passed to puppeteer in both versions is:
<div style='border: 1px solid red; font-size: 20px;'><span>Test</span></div>
zenika/alpine-chrome:115.pdf
zenika/alpine-chrome:117.pdf
What is the expected behavior?
Is expected in both versions have the same scale for passed html.
What is the actual behavior?
The header and footer is smaller than older version with the same html.
Versions
The text was updated successfully, but these errors were encountered: