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?
How to download specific headless chrome version using google apis
I’m using this link:
https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F982924%2Fchrome-linux.zip?alt=media
“Aw snap” error on chrome when running it in a docker container using puppeteer
enter image description hereI have an application that web browses to a URL and live streams the output using FFMPEG RTMP.
It is a docker container.