alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.03k stars 779 forks source link

jpeg screenshot with selector #155

Closed tsingwong closed 3 years ago

tsingwong commented 3 years ago

my params set like this

{
  "url": "http://www.baidu.com",
  "screenshot": {
    "type": "jpeg",
    "quality": "80",
    "selector": "#head_wrapper"
  },
  "output": "screenshot"
}

i want to return a jpeg image, but always return a png image.