i have problem in printing mailing label.when i test in the company's printer,it works fine but when my client prints the mailing label in her printer,the margin and spacing are not correct.i include the coding below.....how to rectify this problem?
$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);