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

Call to undefined method Cpdf::clippingRectangleRounded()

Open TomasNiDo opened this issue 9 years ago • 1 comments

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()

TomasNiDo avatar Jul 01 '15 03:07 TomasNiDo

I encountered this error as well.

As a workaround I removed the 'border-radius: ...' properties from the css that accompanies the html content sent to the Pdf class, but I haven't found a solution to the error itself.

rickgladwin avatar Jul 10 '16 21:07 rickgladwin