SetCreator(PDF_CREATOR); $pdf->SetAuthor('Nicola Asuni'); $pdf->SetTitle('TCPDF Example 055'); $pdf->SetSubject('TCPDF Tutorial'); $pdf->SetKeywords('TCPDF, PDF, example, test, guide'); // set default header data //$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 055', PDF_HEADER_STRING); // set header and footer fonts $pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); $pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); // set default monospaced font $pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); //set margins $pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); $pdf->SetHeaderMargin(PDF_MARGIN_HEADER); $pdf->SetFooterMargin(PDF_MARGIN_FOOTER); //set auto page breaks $pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); //set image scale factor $pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); //set some language-dependent strings $pdf->setLanguageArray($l); // --------------------------------------------------------- // add a page $pdf->AddPage(); // array of core font names $core_fonts = array('courier', 'helvetica', 'times', 'symbol', 'zapfdingbats'); $html = << .link { color:#ce9900; text-decoration:none; } .link:hover { color:#217661; } .link1 { text-decoration:none; color:#cc9900; } .link1:hover{ color:#217661; } .link2 { font-family:Arial, Helvetica, sans-serif; font-size:13px; text-decoration:none; color:#ffffff; } .link2:hover{ color:#217661; }
020 8882 8575
September 2010
Ghana High Commission Upgrade Queue Systom
Lonsto exhibit at IRRV in Harrowgate,
28th Sept-1st Oct 2010
Palace of Westminster selects Lonsto to provide Queue Management
The Co-operative Bank rolls out communication systoms
Ghana High Commission Upgrade Queue Systom
Lonsto have worked with the Ghana High Commission (GHC) for many years and recently were approached to upgrade the queue management system to create a professional and cohesive queue management process providing multiple services. The implimentation of a Touch screen Kiosk, LCD Digital Signage,Counter LCDs and Keypads has allowed GHC...
Lonsto exhibit at IRRV in Harrowgate, 28th Sept-1st Oct 2010
Lonsto are pleased to announce that we will demonstrating our products and services at the up and coming IRRV Conference and Exhibition in Harrogate HIC, 28th September - 1st October 2010. This represents an opportunity for our existing and prospective customers to view demonstrations of our wide range of products including the newly added range of Ticket Printers, Touch Screen ...
Palace of Westminster selects Lonsto to provide Queue Management
Lonsto, who celebrate their forty year anniversary this year have secured an order to supply the Houses of Parliament with a cutting edge queue management system. The system will be used to manage the tours that are conducted at the Houses of Parliament. More than 250,000 visitors from around the world visit the Palace of Westminster throughout the year...
The Co-operative Bank rolls out communication systoms
As part of an ongoing customer service initiative, The Co-operative Bank has installed the new Quail Digital wireless communication system − Q D Retail − at one of its largest, flagship locations in Balloon Street, Manchester. The system is the first in the retail sector to have done away with the battery belt pack. It comprises lightweight headsets and keypads which allow staff - including meeters and greeters and...
Email sent by: Lonsto International Limited Address: Lonsto Hpuse, 276 Chase Road, Southgate, London N14 6HA Phone:+44 (0)20 8882 8575 Web: http://www.lonsto.co.uk
EOF; // output the HTML content $pdf->writeHTML($html, true, false, true, false, ''); // --------------------------------------------------------- //Close and output PDF document $pdf->Output('example_055.pdf', 'D'); //============================================================+ // END OF FILE //============================================================+