pdf-l4
pdf-l4 copied to clipboard
Call to undefined method Cpdf::clippingRectangleRounded()
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()
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.