Brian Sweeney
Brian Sweeney
Wiki updated. I was trying to stay away from adding more options, but this is probably a necessary change.
Can you post the actual HTML you're trying to render? It looks like you're trying to render multi-page tables side-by-side. If so, there are two issues you're running into. First,...
There's a related discussion going on in #3227. To summarize, current releases of Dompdf will not be able to handle this document for a few reasons because the way current...
Would need to see a sample of the HTML + CSS you are using before we could offer any advice.
What does the PDF look like when you render it on your site?
Regarding the rowspan issue, it's a known problem. Follow #1388 for updates. As for your embedded script, the option is named `isPhpEnabled`. I'd need to see a sample of your...
Do you have a sample of the HTML? I'm curious if there's a bug we should address. It seems like a potential issue with the stacking context.
Best not to share private information with third parties with which you don't have an agreement. I only need a sample that exhibits the issue. If you're having trouble doing...
Support for paging a rowspan cell is one of the last tasks I need to complete on the paging-updates branch. I do not have a timeline for release yet but...
Also, during render is when dompdf breaks up the document into multiple pages. So using this method you would never get a height larger than the page size. There are...