Relative Content

Tag Archive for google-chromepuppeteer

Chromium based browswers producing really large PDF files

I have a simple node js function which converts html string to PDF using the node js puppeteer library. Im attempting to convert an index.html file which is 400++ KB in size. However, the resulting PDF I got was more than 150MB. Is there anything Im doing wrong?