laravel-pdf icon indicating copy to clipboard operation
laravel-pdf copied to clipboard

A Simple package for easily generating PDF documents from HTML. This package is specially for laravel but you can use this without laravel.

Results 4 laravel-pdf issues
Sort by recently updated
recently updated
newest added

I cant get data in pdf when try to pen pdf that time error display something wrong

No matter if I use `file://`, `http://`, or `data:`-urls, the resulting PDF never contains any images. It has room for them, but its only white space. How do I get...

Hello. The issue is quite strange. On a Ubuntu 22.04 hosted on google, this code: ` $file = $pdf->generatePdf(view('contratto.output', [ 'contratto' => $contratto, 'allegati' => $allegati, 'preventivo' => $preventivo, 'documento_fronte'...

Call to undefined method NahidulHasan\Html2pdf\Facades\Pdf::generatePdf()