msokk / electron-render-service

Microservice for rendering PDF/PNG/JPEG from HTML with Electron
MIT License
102 stars 31 forks source link

ClippingRectangle is not clipping #23

Closed Reggino closed 7 years ago

Reggino commented 7 years ago

Setting width or height in the clipping rectangle documented here doesn't change the actual output.

msokk commented 7 years ago

Really late reply, but did you set all 4 values in the clippingRectangle? &clippingRect[x]=770&clippingRect[y]=220&clippingRect[width]=250&clippingRect[height]=90

Reggino commented 7 years ago

Yep, but no result...

Reggino commented 7 years ago

Hmmm... Today i tried again... It works! Maybe i was testing with a .pdf before... Clipping only seems to work for images (as stated in the docs...)

I don't know what went wrong the last time, but thanks! Sorry to bother