Basically I have an <ul> list with a few <li> items styled with CSS that may change proprieties ( jquery click adds a class with different background).
I'm using TCPDF library to generate PDFs and need to add that <ul> to the PDF but TCPDF doesn't yet support advanced CSS styling.
So is there a way to generate an image, a snapshot of that <ul>? Then I'd only need to include it in the PDF.
Thanks!