i have problem,,,it works well in my company's printer but when my client prints out the mailing label using her printer,it prints beyond the paper,which means the spacing and the margin is not correct.is this a proper coding below,this is the current coding im using but it cause problems in client's printer.
$pdf=new PDF_Label(array('name'=>'EP98947', 'paper-size'=>'A4', 'marginLeft'=>0, 'marginTop'=>30, 'NX'=>2, 'NY'=>7, 'SpaceX'=>0, 'SpaceY'=>0, 'width'=>105, 'height'=>38, 'metric'=>'mm', 'font-size'=>9), 1, 2);
$pdf=new PDF_Label(array('name'=>'EP98947', 'paper-size'=>'A4', 'marginLeft'=>0, 'marginTop'=>30, 'NX'=>2, 'NY'=>7, 'SpaceX'=>0, 'SpaceY'=>0, 'width'=>105, 'height'=>38, 'metric'=>'mm', 'font-size'=>9), 1, 2);