Is there a way to generate .pdf files out of html+css which uses grid layout (display: grid;
) using php?
All the common libraries I know do not support css grid, like:
- Spipu\Html2Pdf\Html2Pdf
- mikehaertl\wkhtmlto\Pdf
- Dompdf\Dompdf
Is there a way to generate .pdf files out of html+css which uses grid layout (display: grid;
) using php?
All the common libraries I know do not support css grid, like: