Dear All,
i need to integrated Yii2 application with TCPDF. But, i haven’t found the solution. i try to install Yii2-tcpdf but cannot. So, anyone can please help me to integrate TCPDF library to yii2 ?
thanks
Dear All,
i need to integrated Yii2 application with TCPDF. But, i haven’t found the solution. i try to install Yii2-tcpdf but cannot. So, anyone can please help me to integrate TCPDF library to yii2 ?
thanks
Add tcpdf to composer
composer require tecnickcom/tcpdf
and then use it in your code.
Dear fabriziocaldarelli,
Thank you very much. i follow your suggestion. now. it’s working.