Node-html-pdf: pdf in ubuntu

Created on 19 Jul 2018  路  5Comments  路  Source: marcbachmann/node-html-pdf

Ubuntu PDF font display becomes larger 锛學indows shows normal on it

Most helpful comment

same issue
any insights? @marcbachmann .

Someone posted this

html{
  zoom:0.6
}

For now it works for me.

All 5 comments

i have the same problem

Did you guys figured out a solution?

same issue
any insights? @marcbachmann .

Someone posted this

html{
  zoom:0.6
}

For now it works for me.

Set zoom level
html { zoom: 0.753 }

It will give pixel perfect design on any linux system or server.
For windows set zoom level to 1

this problem is occur due to linux and windows DPI system difference.
In windows DPI is 90 but in linux DPI is 72

Set zoom level
html { zoom: 0.753 }

It will give pixel perfect design on any linux system or server.
For windows set zoom level to 1

this problem is occur due to linux and windows DPI system difference.
In windows DPI is 90 but in linux DPI is 72

where should i put this html { zoom: 0.753 } is it in the