Jonathan Thuau

Results 88 comments of Jonathan Thuau

Why "workbench" ? Did you add `'Thujohn\Pdf\PdfServiceProvider',` ?

Here is a simple way to concatenate views : ``` php $data = array('medicos' => $medicos); $views = array(); $views[] = View::make('admin/consultas/pdf/'.$vista1, (array)$data)->render(); $views[] = View::make('admin/consultas/pdf/'.$vista2, (array)$data)->render(); echo implode('', $views);...

I have the bug too. In fact this happens when I have more than one so this is what I did : http://laravel.io/bin/5WoEj

Sorry but I'm an Android user so I can't test...

It seems you need dompdf 0.6 ( https://code.google.com/p/dompdf/wiki/CPDFUnicode ) So I invite you to use this package : https://github.com/barryvdh/laravel-dompdf 2014-08-01 17:15 GMT+02:00 Luís Gonçalves [email protected]: > Hi, > > The...

You should try this package which has the latest dompdf version : https://github.com/barryvdh/laravel-dompdf

Hi. If you see this you don't send the correct headers.

Do you send correct headers ?