Esempio n. 1
0
            $pdf->Cell(20, $lineSpacing, "10:00", 0, 0, "R");
            $pdf->Cell($hangingIndent, $lineSpacing, "", 0, 0, "R");
            $pdf->Cell(0, $lineSpacing, '' . $ses_3['pres_title'], 0, 2, "L");
            $pdf->SetFont('Arial', '', 15);
            $org = '@ ' . $ses_3['organization'];
            $pres = 'by ' . $ses_3['full_presenters'];
            if (empty($ses_3['organization'])) {
                $org = '';
                $pres = '';
            }
            $pdf->Cell(0, $lineSpacing, $org, 0, 2, "L");
            $pdf->Cell(0, $lineSpacing, $pres, 0, 1, "L");
            $pdf->setY($pdf->getY() + 8);
            $pdf->SetFont('Arial', '', 20);
            $pdf->Cell($leftSessionIndent, 25, "", 0, 0, "L");
            $pdf->Cell(20, $lineSpacing, "10:30", 0, 0, "R");
            $pdf->Cell($hangingIndent, $lineSpacing, "", 0, 0, "R");
            $pdf->Cell(0, $lineSpacing, '' . $ses_4['pres_title'], 0, 2, "L");
            $pdf->SetFont('Arial', '', 15);
            $org = '@ ' . $ses_4['organization'];
            $pres = 'by ' . $ses_4['full_presenters'];
            if (empty($ses_4['organization'])) {
                $org = '';
                $pres = '';
            }
            $pdf->Cell(0, $lineSpacing, $org, 0, 2, "L");
            $pdf->Cell(0, $lineSpacing, $pres, 0, 1, "L");
        }
        $pdf->Output('roomSigns.pdf', 'I');
        break;
}