Convert html + css including grid layout to .pdf using php

Viewed 380

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
0 Answers
Related