Table Borders - style not pulling correctly in PDF #569
kobrien603
started this conversation in
Bugs
Replies: 1 comment 1 reply
-
Here is a better picture! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a dynamically built table with a border radius on all corners of the table. When I push it to a PDF the corners start to fade away.
Has anyone else experienced this? I have not been able to find any online solutions. I have tried increasing the border size but then the borderlines do not match up properly.
Any suggestions would be greatly appriciated
PHP 7.3 Browsershot V.9.1.1
Browsershot::html($pdf)
->noSandbox()
->showBackground()
->ignoreHttpsErrors()
->emulateMedia("screen")
->waitUntilNetworkIdle(false)
->save($file_path);
Beta Was this translation helpful? Give feedback.
All reactions