Searched refs:pdfurl (Results 1 – 1 of 1) sorted by relevance
58 $pdfurl = $this->generate_pdf($event->data);59 $this->redirect_to_pdf($pdfurl);87 $pdfurl = $texit->process();88 return $pdfurl;93 function redirect_to_pdf($pdfurl) { argument95 header("Location: ".$pdfurl, true, 303);96 print("Redirecting to <a href=\"".$pdfurl."\">".$pdfurl."</a>");