1

How to configure the WkHtmlToPdf in PHP?

I download the file from the below link of the GitHub through composer but I cannot configure in php

Please help me to configure the WkHtmlToPdf in php

This is the library I am using https://github.com/mikehaertl/phpwkhtmltopdf

Clay
  • 4,700
  • 3
  • 33
  • 49

1 Answers1

2

Add variable declaration line in your config.php:

$path_htmltopdf = 'C:\wkhtmltopdf\bin\wkhtmltopdf.exe';
Malekai
  • 4,765
  • 5
  • 25
  • 60
ChamCham
  • 484
  • 1
  • 8
  • 19