Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mailing label problem

Status
Not open for further replies.

lenelene

Programmer
Joined
Dec 10, 2002
Messages
57
Location
MY
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);
 
any coding to print out mailing label that can be used in all printers?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top