user547690
user547690

Reputation: 11

Trying to print Avery L7173 labels with PHP

I need a solution to produce mailing labels (Avery L7173) for a list of 2500 address entries.

On the backend we have Linux Server with PHP. Python is an option. No X window.

As we have never done this, we dont know if we should go with a PDF classe or the Open Office library. We have found lots of direction by googling around but having the feedback of someone who has done it would be great time saver.

Sincerely py

Upvotes: 1

Views: 1452

Answers (2)

Amjith
Amjith

Reputation: 462

I will suggest to check this code using fpdf. In this library, there is code for different formats.

Upvotes: 0

niggles
niggles

Reputation: 1034

I'd try using FPFP library to generate the PDF and then printing. Setting the co-ordinates for something like this shouldn't be too hard.

Upvotes: 1

Related Questions