python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How i use dompdf with laravel without a wrapper
I'm trying to use dompdf without the barryvdh's wrapper because I have laravel cashier installed on my project and get the message:
- Root composer.json requires barryvdh/laravel-dompdf ^0.9.0 -> ...

Vitor Rayan
Votes: 0
Answers: 1
laravel dompdf get base64 format
I am using laravel-dompdf (Barryvdh\DomPDF) in a project and need to get the file in base64 format (vor a vue component)
In laravel controller:
$data = array(
'values' => $documentValues
);
$pdf...
calin24
Votes: 0
Answers: 1
Laravel mail with attachment gives fopen(): null bytes error
I am trying to send an email with a pdf file attached to it.
I checked and the file does exist at the path. I can open it aswell.
I tested if i can download the file with the download function of the ...
S. Scholte
Votes: 0
Answers: 2
Unable to add Header Footer on every page of pdf using DOMPDF
I am creating pdf by passing html to dompdf. I am trying to add header and footer on every page of the pdf. The issue is that the pdf has multiple pages. The header is created on the first page and fo...
Sheharyar Ahmad
Votes: 0
Answers: 2