python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to add php gd with composer (laravel 8)
I trying to add php gd to the composer.json.
I want to install php gd because of the following error :
The PHP GD extension is required, but is not installed.
The error was caused by dompdf ...
Jip Helsen
Votes: 0
Answers: 1
dompdf not generating .ufm and dompdf_font-family_cache.php file
I am trying to use custom font in dompdf while generating pdf file. As i found that custom font works only after generating .ufm and cache file.
Drupal php file
public function GeneratePdf() {
$domp...
Kango
Votes: 0
Answers: 0
How to save dompdf generated content to file with codeigniter?
I have a page in which there is a printable pdf, I want the printed pdf to be saved in a folder in the form of a file
Please help me!
<?php if (!defined('BASEPATH')) exit('No direct script access a...
Maryammaria_
Votes: 0
Answers: 2