render HTML (convert to bitmap)

后端 未结 3 1664
说谎
说谎 2021-01-03 10:25

Can somebody recommend the best (and preferably portable) way to render HTML documents onto a bitmap? As far as I understand my main 2 options are WebKit and Gecko, but I w

3条回答
  •  無奈伤痛
    2021-01-03 11:18

    You can do this from the command line using webkit2png.py, which uses Python and QtWebKit (though I haven't tried it myself yet).

提交回复
热议问题