Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
45 views

Laravel app does not generates .jpg or .png photo as background image

I am developing a Laravel application on Windows OS. Among other things, the application needs to generate reports, including a background image within them. I am using the barryvdh/laravel-dompdf PDF ...
ITgirl's user avatar
  • 11
0 votes
2 answers
56 views

How to Add a Box Shadow to an Image in Dompdf?

I am using Dompdf in my Laravel project to generate PDFs, and I want to apply a box shadow effect to an image. However, since Dompdf does not support CSS3, the box-shadow property is not working. I ...
Rabees Waheed's user avatar
0 votes
1 answer
26 views

DOMPDF image rendering issue

As stated in the title i'm currently using Laravel DOMPDF that extends from DOMPDF library to generate PDF from HTML. Issue : Images are displayed in the PDF as a black square with a cross inside ...
dvdmnc's user avatar
  • 25
-2 votes
0 answers
25 views

DomPDF Class PreserveText not found

I downloaded and installed the dompdf release http://dompdf_3-0-2.zip/ I am not using composer, so I added this line: require_once '../dompdf/autoload.inc.php'; Running some sample code: $phpWord = ...
Cymro's user avatar
  • 1,308