LMSouq
moodle-core Open

Moodle download a created PDF

WI
Wilbur Robertson
1 month ago
3 views
Problem Description
I create a PDF in Moodle using the following code $pdf = new pdf; $pdf->AddPage(); $pdf->Write(1, "Test"); $pdf->Output(); How would I make this download in the browser instead of opening in browser?

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base