-
Fatal error: Uncaught Exception: TCPDF ERROR: Could not include font definition file: yanone kaffeesatz in ..\vendor\tecnickcom\tcpdf\tcpdf.php:2950 Stack trace: #0 ..\vendor\tecnickcom\tcpdf\tcpdf.ph…
-
Hello, im trying a simple test:
this is in my header:
this is my code :
```
var element = document.getElementById('my-table');
var worker = html2pdf();
var worker = htm…
-
I try to implement in my CI App and got this message any help would be appreciate it
Thank You in advance.
No block-level parent found. Not good.
public function pdf() {
//error_report…
-
Good day everybody!
Had downloaded html2pdf library
simple test works ok!
require __DIR__.'/vendor/autoload.php';
use Spipu\Html2Pdf\Html2Pdf;
$html2pdf = new Html2Pdf();
$html2pdf->writeHTML('T…
-
hi every body
Why When i use html2pdf with arabic text i saw that the last space before the last word of the sentance is removed.
for example see the following sentance :
ماهر جابر **شقليه**
wh…
-
Hi @eKoopmans, html2pdf fails to detects DOM elements and i was trying to download the pdf file and the pdf has only blank pages. This is happening on latest Chrome Version it seems but not on any oth…
-
I am using html2pdf v5.2.1. I encounter the following error with an empty textarea:
```
$oHtmlToPdf = new Html2Pdf();
$oHtmlToPdf->writeHTML('Foo');
```
```
Notice: Undefined offset: 0 in /s…
-
I transfer my website and database on a new server. My PDF on old server take around 1 minute (big PDF). On the new server is take about 2 minutes for the same data and code.
Is there any configu…
-
Hi
I would like generate invoice in PDF with HTML2PDF but i obtains this error:
> Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
>
> Fatal error: Unknow…
-
I have a table in HTML2pdf that is saved in MYSQL but it overflows the pdf, I would appreciate your help ..