En mi confog.yml tengo la configuración
Código PHP:
siphoc_pdf:
basepath: "%kernel.root_dir%/../web"
binary: "/usr/local/bin/wkhtmltopdf"
options:
'lowquality': false
'enable-javascript': false
'debug-javascript': false
Código PHP:
$pdfGenerator = $this->get('siphoc.pdf.generator');
$pdfGenerator->setName('factura.pdf');
return $pdfGenerator->getOutputFromHtml(
'FacturityMainBundle:Pdf:factura.html.twig', array()
);
The exit status code '1' says something went wrong:
stderr: "El sistema no puede encontrar la ruta especificada.
"
stdout: ""
command: /usr/local/bin/wkhtmltopdf "C:\Windows\TEMP\knp_snappy51cefb8b4498f6.14817948 .html" "C:\Windows\TEMP\knp_snappy51cefb8b45dd02.47421039 .pdf".
Si alguien tiene un poco de experiencia con este bundle le agradecería una pista siquiera para dar con el problema muchas gracias!