Is it possible to generate PDF from specific CSS class html with WKHTMLTOPDF?
I need to capture just specific class not for all page Example :
<div class="chartup">
...
</div>
Is it possible to generate PDF from specific CSS class html with WKHTMLTOPDF?
I need to capture just specific class not for all page Example :
<div class="chartup">
...
</div>