mrafiqk / html-pdf-node

187 stars 119 forks source link

Overlapping content in pdf #28

Open rightmentor opened 3 years ago

rightmentor commented 3 years ago

Here is what happens when i render my html page to PDF:

image

Any idea how to fix this?

borisevstratov commented 2 years ago

@rightmentor Are you rendering pdf server-side? I faced the same problem generating a pdf using node.js + koa as a web server. So I just replaced this package with html-pdf-node and it seems to work fine!

aesbetancourt commented 2 years ago

You should check the HTML version of the file you are trying to generate, maybe it is due to a styling issue.