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.01k stars 774 forks source link

Some lazy elements need clicks and buffer overflow bug #91

Closed kovalensky closed 1 year ago

kovalensky commented 5 years ago

Hello,some pages have buttons like Show More,or Read More f.e: https://hackerone.com/reports/409850

What can I do with this,for open Show More in my PDF files?

kovalensky commented 5 years ago

When there was many requests,I need to press enter or some key in command line to restart,when I press,current download interrupted and uri-to-pdf api app going to process next request,if I don't,app will stop responding and all of downloads will be cancelled,I think it's due to buffer overflow. 2019-01-10_103016 I think that the api should clear the buffer after each task, because with high-load servers,errors can occur.

kimmobrunfeldt commented 5 years ago

Hi, I didn't understand everything but I completely agree that the reliability should be improved. I'm open for merging PRs which would tackle on this somehow.