vgalin / html2image

A package acting as a wrapper around the headless mode of existing web browsers to generate images from URLs and from HTML+CSS strings or files.
MIT License
354 stars 43 forks source link

Full Page Screenshot #94

Closed C0D3D3V closed 1 year ago

C0D3D3V commented 1 year ago

You asked in your Readme

If you know a way to take one (by estimating the page size for example) I would be happy to see it, so please open an issue or a discussion!

Take a look at playwright they have an option for full page screenshots. https://playwright.dev/python/docs/screenshots#full-page-screenshots

They also use headles Chromium (but it is a general Lib for all major browsers)