I need one functionality where i want to editable textarea in PDF page so i have add one line to Wkhtml2pdf.php of vendor file
protected function _getCommand($in) { ... / /enable form $command .= " --enable-forms"; ... }
So my problem is solved but i know this is not good thing to edit vendor file. So If we have one function for doing this thing dynamically from my controller end.