Blake B.
Blake B.

Reputation: 295

Change the default temporary folder with KNP Snappy Bundle

I'm using KNPLabs' KnpSnappy bundle with wkhtmltopdf HTML-to-PDF generator to pipe a Twig-generated HTML file to the PDF generator, and I want to change the default temp folder where the HTML and PDF files are created. Anyone know how to do this?

Upvotes: 0

Views: 3142

Answers (1)

Blake B.
Blake B.

Reputation: 295

I found the answer: The knp_snappy: section of config.yml supports a temporary_folder key-value pair, like so:

knp_snappy:
    temporary_folder: "C:\your\custom\temp\path"

Upvotes: 1

Related Questions