lundi 19 août 2019

Create pdf which content html and gujarati text in laravel

I have try to create pdf in laravel. Use barryvdh/laravel-dompdf vendor package class. My pdf content English and Gujarati text. but gujarati content print as ?????? in pdf.

I have create pdf succesfully use this type of code pdfview is my pdf php,html content file view

    view()->share('data',$data);
    $pdf = PDF::loadView('pdfview');
    return $pdf->stream('pdfview.pdf');
    // return $pdf->download('pdfview.pdf');

I have expected to pdf content as English and Gujarati text content. Actual result in pdf Gujarati content print like ????



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2MprXBQ
via IFTTT

Aucun commentaire:

Enregistrer un commentaire