Active
Project:
Mailing Label EZH
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2011 at 16:18 UTC
Updated:
26 Nov 2011 at 22:34 UTC
The included specification for Avery 8600 labels produces output which exceeds the height of the page. I don't use these labels, so I need someone to confirm the dimensions for me. Thanks!
Comments
Comment #1
martinst commentedNot answering your problem directly but one of my suggestions would be to remove the label definitions from the code and read them from a file or files.
The glabels program has a template directory that contains a number of xml files that describe many of the standard labels. The format is simple and would be easy to insert into your module. If you could read in all the files in a directory it would allow users to easily add a new file with a new page/label definition.
An example of the format is below
Comment #2
ezheidtmann commentedCool! Are you handy with PHP? Can you write and/or find some parsing code?
Comment #3
ezheidtmann commentedThanks for the tip, martin. I've split that into its own issue: #1353572: Add support for glabels-style template definitions