KnpLabs / snappy

PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage
https://knplabs.com
MIT License
4.4k stars 436 forks source link

Remove suggestions from composer.json #474

Closed nurikabe closed 1 year ago

nurikabe commented 1 year ago

Now that wkhtmlhtmltopdf is archived these suggestions may be out of date.

alexpozzi commented 1 year ago

We currently started the rewriting of this library (planned for v2) to be able to support multiple backends for generating PDFs. The new version of the library will still support wkhtmltopdf to avoid retro compatibility issues but it will also add the ability to use, for example, a Chrome based backend which will support modern Javascript. We still believe that supporting wkhtmltopdf library still has advantages as, even if the library is not maintained anymore, it has been stable for quite a long time and lots of projects are still using it.