Brian Sweeney
Brian Sweeney
There have been a few similar questions about how to get this type of information (see #1424) so I think I should add some documentation to the wiki. So you...
@josegus I don't use laravel so I couldn't say for sure, but I believe you use the `getDomPDF` method to retrieve the Dompdf instance. So if `$pdf` is your laravel...
@wergh I don't have an answer off the top of my head when the body is styled with auto margins or padding. Quickest fix is to specify a value or...
Can't say I've run into this particular issue before. Is the same document rendered each time or does it vary? And does the error begin occurring on or after a...
I tried to reproduce with a simple test and did not see any errors. The problem may be relevant to the actual HTML + CSS used for your document. Can...
@Waqas-Sharif I don't see the same issue rendering that sample. I think you'll need to provide the actual HTML Dompdf is rendering rather than the template. The generated PDF would...
FYI I'm re-targeting this to 3.1 (from 3.0.1) since it's a new feature not a patch. I know there are a lot of issues slate for 3.0.x releases but I...
Indeed this does appear to be the case. I don't have a work-around at present.
I'm unable to reproduce using the information you have provided. I tried the following: ``` .company_logo { width: 85mm; position: absolute; left: 12mm; top: 12mm; } ``` The issue could...
It's not that we can't track down what changed. We can easily see what changed between [Dompdf 2.0.0 and 2.0.1](https://github.com/dompdf/dompdf/compare/v2.0.0...v2.0.1) as well as the changes in php-svg-lib ([0.4.1 -> 0.5.0](https://github.com/dompdf/php-svg-lib/compare/0.4.1...0.5.0))....