Skip to content

What are the limitations? #3411

Closed Answered by bsweeney
Temepest74 asked this question in Q&A
Mar 6, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

There are some features of CSS that aren't yet supported. You can find the list of supported CSS on the CSS Compatibility wiki page. One of the most requested features that is not yet supported is flexbox support.

Beyond that, probably the biggest limitation right now is around paging of some elements. First, Dompdf currently requires that a table cell fit on a single page, otherwise the entire row will move to the next page. Second, non-flow elements like floats are fully rendered before following elements, meaning a floating element larger than a page will move all following content to the next page.

Beyond that, though, it would help to know what you want to render. There's a debug helper

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Temepest74
Comment options

@bsweeney
Comment options

Answer selected by Temepest74
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants