html2image icon indicating copy to clipboard operation
html2image copied to clipboard

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.

Results 48 html2image issues
Sort by recently updated
recently updated
newest added

When using virtual-time-budget + background color flag & set to transparent. Program get's stuck in a loop.. There are lot's of other instances and bugs that get it stuck in...

My workaround was adding the flag '--crash-dumps-dir=' in the initialization. I guess that only worked because the files and folders here have that level of permissions. ![image](https://user-images.githubusercontent.com/69278805/188194461-d1bbb8ee-302d-4401-ad4e-3b442d15d4b3.png) ![image](https://user-images.githubusercontent.com/69278805/188193885-4510d8d2-380c-4e1e-8276-e3b6cc1e5532.png) It would...

When html2image is invoked from a python script inside blender 3.4, under linux, like in the following snippet ``` from html2image import Html2Image w = 320 h = 240 self.image_name...

I noticed after a while using this library (when I set `keep_temp_files=True`) that my `html_str` is being wrapped as if it were just the body. I can see this is...

Not really an issue with this project, but thought you'd might want to know. Currently, access to any partition besides /home/ has been disabled on Chromium on Ubuntu. There is...

I try to change the font size in a div with js code in the . ```html // code to change the font size, which is woking when open with...

see https://github.com/vgalin/html2image/issues/39#issuecomment-1771520593

enhancement

``` ../../.cache/pypoetry/virtualenvs/framey-KJJC3bmX-py3.7/lib/python3.7/site-packages/html2image/html2image.py:16: in from html2image.browsers import chrome, chrome_cdp, edge # , firefox, firefox_cdp E File "", line 1 E (r.json()=) E ^ E SyntaxError: invalid syntax ```

Hey there, Im using `V2.0.3` with python `3.8.3` I can't get the basic functionality to work on my machine. It works if I fetch an html page from the web,...