python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Generating pdf in php using mpdf not working
I installed mpdf successfully via composer.
Here is my PHP code:
require_once __DIR__ . '/vendor/autoload.php';
$mpdf=new \Mpdf\Mpdf();
$mpdf->WriteHTML("<h1>test</h1>");
$fil...
D L
Votes: 0
Answers: 2
Is there a way to set bounding box of figure in PDFBox
I'm trying to create a PDF that's PAC3 compliant and I need to add images to the PDF. I was able add an image to the PDF but when I run the PDF in PAC 3. I get an error because my image doesn't have a...
confusedDeveloper66
Votes: 0
Answers: 1
Returned Error 400 Request failed Apps script
I have this code that I use to create PDF from spreadsheets and I modified it to use it in another spreadsheet and now I'm getting this error.
Exception: Request failed for https://docs.google.com ret...
Vivian Roberts
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