Brian Sweeney
Brian Sweeney
Do you have a sample of the HTML? This is likely intentional since borders surround the element regardless of paging, at least until we address #640.
502 is a bad gateway error which probably indicates the back end process did not respond in a reasonable amount of time. Do logs on the server indicate that PHP...
Any information in the logs to indicate what's going on? How did you deploy from local to your web host? If you just copied your local files you might need...
On first look that does appear to be the case. We did make some changes to stylesheet parsing and it's possible we introduced a bug. I'll try to take a...
Definitely something going on with the RegEx there. The RegEx parser throws an error when a dataUri reaches a certain size. And some quick testing seems to indicate that even...
I found a few issues to address: 1. The current logic incorrectly parses the background-image property when a base64-encoded data-uri is present. This is due to the semi-colon in the...
Instead of a change to the README I recommend adding a page to the wiki.
This was originally reported in #857, but I'm going to keep yours for tracking work. I don't have a good work-around at present. You have to manually set the height...
With Dompdf 3.1.0 data-URIs are now included to protocol validation logic. If you've published an earlier version of the laravel-dompdf configuration, you'll need to update it. There's a note on...
Would need to see a sample of your HTML to determine why your document is rendering that way.