= count($operators)) { $pdf = new FPDI(); $pdf->AddPage('l', array(138,220)); $pdf->setSourceFile('Dutch Xmas Award 2016.pdf'); $tplIdx = $pdf->importPage(1); $pdf->useTemplate($tplIdx, 0, 0, 221); $pdf->AddFont('SnowForSanta'); $pdf->SetFont('SnowForSanta'); $pdf->SetTextColor(255, 69, 0); $pdf->SetXY(20, 108); $pdf->SetFontSize(25); $pdf->Write(0, $_GET['call']); $pdf->Output(); } else { echo "You need to work first one of the four stations before you can download your Qsl card!"; } ?>