-
Hi, we are using custom cert plugin 4.0.2. Inside IOMAD401. ( based on moodle core 4.0.x ) I don't know yet if the problem is also on "pure moodle" (I haven't tested it yet).
Downloading the certif…
-
```
Notice: Constant K_PATH_CACHE already defined in vih_lectures_pdf_is_tcpdf_ready() (line 77 of /home/codio/workspace/sites/all/modules/vih/vih_lectures_pdf/vih_lectures_pdf.module).
```
-
1) Search and download required font's ttf file
2) Open http://www.fpdf.org/makefont website in the browser and upload the ttf font on this website
3) Download two files 'customfontname.php' and 'cu…
-
please give solution for this error
-
There is a "www.tcpdf.org" link, at the bottom of the page, in the left corner, which is not visible, but when hovered, it shows "www.tcpdf.org". It comes only at the last page of the document. Please…
-
```
What would you like dompdf to do:
I use the great dompdf in my php project. I want to move my project over to
hiphop. (compiles all fine now)
The only missing part is dompdf.
frist issue:
- embe…
-
Hallo Leo,
ich habe die Extension installiert (Contao 4.13), sie funktioniert aber jetzt fehlt mir noch die Möglichkeit, die erzeugte PDF (mit CSS) anzupassen. In Deinem Code habe ich leider nichts h…
-
Hi, I want to run addfont php with
```
php tcpdf_addfont.php -b -t CID0JP -f 32 -i KozGoPro-Regular.ttf
```
, but it doesnt' work... I had an waring below.
PHP Warning: Undefined array k…
-
ErrorException thrown with message "Function mcrypt_get_cipher_name() is deprecated"
ErrorException in tecnickcom/tcpdf/tcpdf.php:10871
-
PDF's usually open with 100% width which is ugly. I would like them to open as full page by default, I know this is possible. In PHP when I make PDF's with TCPDF I can use SetDisplayMode() which works…