display picture in pdf generated with laravel example code

display picture in pdf generated with laravel example code

display picture in pdf generated with laravel example

display picture in pdf generated with laravel example in php

   //in Controller    
        $path = 'images/V.png';
        $type = pathinfo($path, PATHINFO_EXTENSION);
        $data = file_get_contents($path);
        $logo = 'data:image/' . $type . ';base64,' . base64_encode($data);
  //in View
         <img src="{{ $data['logo'] }}" width="150" height="150" />
               
By Manish Salunke In php -

Tags:

php

Sponsors

themeforest
pluralsight
Invest in you. Online courses as low as $11.99