Exemplo n.º 1
0
			<tr><td width=80>Breakfast(朝食): None included</td>			<td>Dinner(夕食): Not included</td></tr>
			<tr><td colspan=2>Special Request(特別リクエスト):</td></tr>
			<tr><td size=7>* All Special request are subjects to availability</td></tr>
		</table>");
	$pdf->Ln(2);
  }	
	
	$pdf->htmltable("
    	<table width=190>
    		<tr><td size=10 family={$defFont}B>3. Agent Information</td></tr>
    		<tr><td>Name: TASTAS Co.,Ltd,  Mr.TTTT</td></tr>
			<tr><td width=80>Phone no:  XXXXXXXXXXXXXX</td>				<td>Email: XXXXXXXXXX@XXXXXXXXX</td></tr>
		</table>");
	$pdf->Ln(2);
	$pdf->htmltable("<table width=190><tr><td> Note: <br>
		-This voucher must be presented during check in. Failure to do so may result in the reservation not being honored.<br> 
		-Hotel has right a right to request credit card or deposit upon arrival to cover and guaranteed any incidental cost that maybe incurred during the stay.<br>
		-If you expect to arrive after 21:00, please inform the hotel your arrival time to avoid being released. In the event of No show or Early check-out, the hotel reserves right to charge a full cancellation fee.<br> 
		-In case where Breakfast is included with the room rate, please note that certain hotels may charge extra for children travelling with their parents. If applicable, the hotel will bill you directly. Upon arrival, if you have any question, please verify with hotel.<br>
	</td></tr></table>");
	
	$pdf->Line(0, $pdf->y, 220, $pdf->y);
	$pdf->Ln(1);
	$pdf->Image("../../themes/default/img/bottom_logo.jpg",12,$pdf->y+2,20);
	$pdf->SetLeftMargin(35);
	$pdf->htmltable("<table width=90><tr><td size=10>TAS Agent / TAS Co.Ltd<br>TEL +81-3-5565-5850</td></tr></table>");
	
	

	$pdf->Output("voucher.pdf","I");
?>