SetFont('helvetica', 'B', 11); $pdf->ln(15); $txt="DIRECT DEPOSIT ATHORIZATION"; $pdf->Write(0, $txt, '', 0, 'C', true, 0, false, false, 0); $pdf->ln(4); // set font //fix $pdf->SetFont('helvetica', '', 11); //$html="As provided in Section 4 of the foregoing Listing Agreement for REIT Shares (the “Agreement”), the undersigned (“Owner”) hereby irrevocably constitutes and appoints CTT, LLC (“CTT”) to be the Owner’s true and lawful attorney-in-fact, with full power of substitution, in Owner’s name, place, and stead, to execute, acknowledge, deliver, endorse, swear to, file, transfer, and record such agreements, certificates, documents, and instruments as may be necessary or appropriate to carry out fully the provisions of the Agreement, including with limitation, any and all agreements related to the sale of the “REIT Shares” (as defined in the Agreement).\n"; $txt="I authorize CTT, LLC to issue payments to my bank account as outlined below upon the date such payments are payable. (Cash distributions for custodial and brokerage accounts will be sent to the custodian of record)."; $pdf->MultiCell(0, 1, $txt, 0, 'J', false, 1, '', '', true, 0, true); //MultiCell(0, 0, $txt, 0, 'J', false, 1, '', '', true, 0, true, $autopadding=true, $maxh=0, $valign='T', $fitcell=false) $pdf->ln(8); $pdf->SetFont('helvetica', 'B', 11); $txt="Please check one:"; $pdf->Write(0, $txt, '', 0, 'L', true, 0, false, false, 0); $pdf->ln(4); $pdf->SetFont('helvetica', '', 11); $txt=""; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="____ Checking Account"; $pdf->MultiCell(100, 1, $txt, 0, 'L', 0, 1, '', '', true); $txt=""; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="____ Savings Account"; $pdf->MultiCell(100, 1, $txt, 0, 'L', 0, 1, '', '', true); $txt=""; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="____ Brokerage Account"; $pdf->MultiCell(100, 1, $txt, 0, 'L', 0, 1, '', '', true); $pdf->ln(4); $pdf->SetFont('helvetica', 'B', 11); $txt="Banking Information:"; $pdf->Write(0, $txt, '', 0, 'L', true, 0, false, false, 0); $pdf->ln(4); $pdf->SetFont('helvetica', '', 11); $txt="Bank Name:"; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________________________"; $pdf->MultiCell(75, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="Phone:"; $pdf->MultiCell(18, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________"; $pdf->MultiCell(40, 1, $txt, 0, 'L', 0, 1, '', '', true); $pdf->ln(4); $txt="Bank ROUTING Number:"; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________________________"; $pdf->MultiCell(100, 1, $txt, 0, 'L', 0, 1, '', '', true); $pdf->ln(4); $txt="Bank ACCOUNT Number:"; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________________________"; $pdf->MultiCell(100, 1, $txt, 0, 'L', 0, 1, '', '', true); $pdf->ln(16); $pdf->SetFont('helvetica', 'B', 11); $txt="ACCOUNT HOLDER INFORMATION"; $pdf->Write(0, $txt, '', 0, 'C', true, 0, false, false, 0); $pdf->ln(8); $pdf->SetFont('helvetica', '', 11); $txt="Title on Account:"; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________________________"; $pdf->MultiCell(100, 1, $txt, 0, 'L', 0, 1, '', '', true); $pdf->ln(4); $txt="Client Physical Address:"; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________________________"; $pdf->MultiCell(100, 1, $txt, 0, 'L', 0, 1, '', '', true); $pdf->ln(4); $txt="City,State,Zip:"; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________________________"; $pdf->MultiCell(100, 1, $txt, 0, 'L', 0, 1, '', '', true); $pdf->ln(4); $txt="Mailing Address if Different:"; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________________________"; $pdf->MultiCell(100, 1, $txt, 0, 'L', 0, 1, '', '', true); $pdf->ln(4); $txt="City,State,Zip"; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________________________"; $pdf->MultiCell(100, 1, $txt, 0, 'L', 0, 1, '', '', true); $pdf->ln(4); $txt="Email:"; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________________________"; $pdf->MultiCell(100, 1, $txt, 0, 'L', 0, 1, '', '', true); $pdf->ln(4); $txt="Phone:"; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________________________"; $pdf->MultiCell(100, 1, $txt, 0, 'L', 0, 1, '', '', true); $pdf->ln(8); $txt="Signature:"; $pdf->MultiCell(50, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________________________"; $pdf->MultiCell(75, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="Date:"; $pdf->MultiCell(18, 1, $txt, 0, 'L', 0, 0, '', '', true); $txt="______________"; $pdf->MultiCell(40, 1, $txt, 0, 'L', 0, 1, '', '', true); } }