PDF from HTML Base64 images not supported on specific hoster
PHP class for PDF
Brought to you by:
nicolaasuni
Hello,
I'm converting a html file to PDF with tcpdf. This html file contains base64 encoded images. This works fine on every hoster I have tested except bplaced.
There I get the error
TCPDF ERROR: [Image] Unable to get image: data:image/png;base64,[...]
I use this function call for conversion: $pdf->writeHTMLCell(0, 0, null, null, $html, null, null, false, true, null, true);
Do you have any Idea why?
This is not the correct place for general questions. Please use the Help forum instead.
This isn't a question it's a bug. If the tcpdf lib isn't working properly on some hoster it's a bug.