My issue involves an unordered list (<ul>
) with styled list items (<li>
) that may have their properties changed through CSS manipulation (such as adding a different background on click using jQuery).
I am currently using the TCPDF library to generate PDF files, however, TCPDF does not support advanced CSS styling.
Is there a way to create an image or snapshot of the styled <ul>
element so that I can easily include it in the PDF file?
Thank you!