'What is the default DPI when using puppeteer?

When using puppeteer without changing any settings, what is the default Dots per inch (DPI) when saving a PDF?



Solution 1:[1]

It looks to me like the default it 96dpi.

From some testing and trying to render a design at 72dpi, it's clear that the output is out by a factor of 1.33333.

It doesn't seem there is a way to configure this however.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ben Taliadoros