pdf-l4 icon indicating copy to clipboard operation
pdf-l4 copied to clipboard

Dompdf for Laravel 4

Results 70 pdf-l4 issues
Sort by recently updated
recently updated
newest added

Hey. I got this err : `Argument 1 passed to Illuminate\Database\Eloquent\Model::__construct() must be of the type array, object given, called in /home/atef/public_html/seomara/vendor/thujohn/pdf/src/Thujohn/Pdf/dompdf/include/stylesheet.cls.php on line 1236 and defined`. my test code...

I tried loading my view like this: `return PDF::load(View::make('foo-bar', $data))->show();` but this error occurs: `Call to undefined method Cpdf::clippingRectangleRounded()`

When i create PDF with less thank 30 pages, its work ! but when my PDF file is more than 30 pages, i get server error. anyone know why? ![capture](https://cloud.githubusercontent.com/assets/16347370/11892112/bf7ed3d8-a597-11e5-8a41-de8006608194.JPG)

The header "Content-Disposition" is set in Pdf.php and in dompdf/include/pdflib_adapter.cls.php so with modern browsers i get the error "ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION" on download of generated pdf. This patch should resolve.

Does this work with Laravel 5.0? The installation process worked fine but when I try to use it I get an error: FatalErrorException in AclServiceProvider.php line 65: Call to undefined...

I am using "dev-master" version of library. I have set "DOMPDF_ENABLE_JAVASCRIPT" to true but javascript function doesn't get execute to set dynamic content. So while PDF gets generate, it shows...

Hello, I'm trying to generate report but it's taking to much time to generate it. After some time i get this error message. {"error":{"type":"Symfony\Component\Debug\Exception\FatalErrorException","message":"Maximum execution time of 60 seconds exceeded","file":"\/var\/www\/html\/projectXXX\/vendor\/dompdf\/dompdf\/include\/frame.cls.php","line":313}}...

I am using border radius in percentage it doesn't give correct result? HTML structure is ``` html .circle { width: 50px; height: 50px; background-color: #f00; border-radius: 50%; } `` you...

Just wanted to throw something up here in the event someone runs across it. If you do not specify border-collapse in the body style it defaults to "separate" which then...