dimanche 24 décembre 2017

How to get The number of total pages and total words of a pdf by using Laravel DomPDF

I am using laravel 5.5, I am following this github instruction for generate pdf from a html page- http://ift.tt/TMipBv

I am generating PDF with this code-

 $pdf = PDF::loadView('user.serial-novel.makepdf',compact('novel'))
 return $pdf->stream('download.pdf');

Now am trying to get the total number of pages and total number of words for the generated pdf. Anyone please give me a solution how can i get those.



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

Aucun commentaire:

Enregistrer un commentaire