Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
Filter by Employee ID
0 votes
2 answers
203 views

I'm facing an issue with mPDF where HTML <img> tags are not rendering on my live server, but they work perfectly on localhost. What works: Using direct mPDF method: $mpdf->Image('https://...
Najmuddin Roshenry's user avatar
0 votes
0 answers
53 views

I'm having problems figuring out to make mpdf work with accents. The following code always break, even with a single accentuated character. $mpdf = new Mpdf(); $mpdf->WriteHTML(mb_convert_encoding('...
Nicolas Binet's user avatar
0 votes
0 answers
48 views

I’m trying to generate a single PDF with multiple headers/footers and different page formats/orientations. Here’s the situation: I have a loop that dynamically changes the page format and orientation....
MatDepInfo's user avatar
0 votes
1 answer
94 views

I'm generating a PDF from HTML using mPDF, and when the document contains a large amount of content, an almost blank first page is added unexpectedly. This only happens with longer documents — shorter ...
Robert Juszczyński's user avatar
0 votes
0 answers
132 views

Once upon a time it all worked well. Recently I updated mpdf and it seems that now tags along wth related font-weight:bold styles do not work anymore. Css are loaded, because I can succesfully see ...
Luca Reghellin's user avatar
0 votes
1 answer
87 views

I am using Mpdf to generate a pdf from a phpSpreadsheet object. It works pretty well, but if a numeric cell is followed by a string cell I get no gap between the cells. I suspect this is because the ...
RMichaelW's user avatar
0 votes
1 answer
79 views

I am able to create normal PDF documents using mPDF, a PHP libraries. I am also aware that using Adobe PDF, I can create a pdf document that is password restricted, or e-signed. Now, I am trying to ...
Hannington Mambo's user avatar
0 votes
0 answers
137 views

I have managed to convert an Excel file to PDF, but the image I have in the Excel file is deleted when I convert it to PDF. I also leave an image of the Excel file and the PDF. File Exel File PDF I ...
cohp's user avatar
1 vote
1 answer
124 views

I am running Centos 7 with Plesk my Plesk says the php module 5.4.16 is not even loaded. When I run php -v I get: PHP 7.4.33 (cli) (built: May 7 2024 14:26:50) ( NTS ) Copyright (c) The PHP Group ...
Twiggit's user avatar
1 vote
2 answers
118 views

I manually downloaded mpdf 8 files to the application\third-party ..Also Psr\log downloaded in application\psr\log . I modified the path in Mpdf.php and i got this. An uncaught Exception was ...
THUSHARA's user avatar
1 vote
0 answers
90 views

Good day everybody! I am trying to generate pdf file out of html code using mpdf library. My problem is the following: I have two layers with z-index 0 and 5 Beneath is the div with background image ...
Alexey Egorenkov's user avatar
1 vote
1 answer
207 views

I am creating a functionality for signing PDF files with dynamic data. I use screenshot of PDF where user can click on specific areas of it and then (by coordinates of a click) automatically populate ...
user29027808's user avatar
0 votes
1 answer
713 views

I am using mPDF along with the mpdf/qrcode library to generate QR codes and embed them in PDF documents. These PDFs are generated from data extracted from XLS files using PHPSpreadsheet. The entire ...
Jalkhov's user avatar
0 votes
1 answer
650 views

I want to switch from TCPDF to mPDF. In my document, I'm using a two column layout which itself contains subtables that might have different height, so it looks like a fluid layout. With TCPDF it ...
rabudde's user avatar
0 votes
0 answers
58 views

As I am generating a PDF using mPDF library. My concern is that, the PDF contains the assets (like images), these images having the domain restriction (i.e. no one can access these assets directly, ...
Sanidhya's user avatar

15 30 50 per page
1
2 3 4 5
101