Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/05/2015, 08:43
Avatar de hhs
hhs
Colaborador
 
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 10 años, 10 meses
Puntos: 379
Respuesta: KnpSnappyBundle

viene en la documentación
Código PHP:
Ver original
  1. $this->get('knp_snappy.pdf')->generateFromHtml(
  2.     $this->renderView(
  3.         'MyBundle:Foo:bar.html.twig',
  4.         array(
  5.             'some'  => $vars
  6.         )
  7.     ),
  8.     '/path/to/the/file.pdf'
  9. );
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.