What is knpsnappybundle?

What is knpsnappybundle?

KnpSnappyBundle. Snappy is a PHP (5.6+) wrapper for the wkhtmltopdf conversion utility. It allows you to generate either pdf or image files from your html documents, using the webkit engine. The KnpSnappyBundle provides a simple integration for your Symfony project.

How to integrate Symfony with knpsnappybundle?

The KnpSnappyBundle provides a simple integration for your Symfony project. Then enable it in your kernel (optional if you are using the Flex recipe with Symfony >= 4) : // config/bundles.php

What is the KNP_snappy service?

The bundle registers two services: the knp_snappy.pdf service allows you to generate pdf files. KNPLabs is looking for maintainers ( see why ). If you are interested, feel free to open a PR to ask to be added as a maintainer.

What is the difference between KNP_snappy_image and KNP_PDF services?

The bundle registers two services: the knp_snappy.image service allows you to generate images; the knp_snappy.pdf service allows you to generate pdf files.