Name=
Debug="/> (Prints LOTS of Debugging information)
Driver=
View PDF

\n"; } $mypdf->Assign("NAME",$name); $mypdf->AssignBlock("test","VALUE","5"); $mypdf->AssignBlock("test","DATE",date("F j, Y")); $mypdf->NextBlock("test"); $mypdf->AssignBlock("test",array( "VALUE"=>"10", "DATE"=>date("M j, Y") )); if (($error=$mypdf->Parse())!=false) { print "Error parsing document: $error\n"; } $mypdf->Close(); if ($debug) { if (!empty($mypdf->pdf->trace)) { foreach ($mypdf->pdf->trace as $key) { print "$key
"; } } } } if (empty($name)||$debug==1) { print "\n\n"; } ?>