more templates
dgm opened this issue · 3 comments
dgm commented
you might be able to use templates http://sourceforge.net/projects/glabels/ to populate your own...
jordanbyron commented
Great idea. It looks like they have an XML file with some Avery label definitions. I'll see if I can easily pull some out. Thanks.
dgm commented
I haven't looked things over yet, but it would be nice then to be able to retrieve a list of supported label types to choose from...
jordanbyron commented
Sure. It should be relatively easy to do. Feel free to fork the project and wire something up. Something like:
Prawn::Labels.types => an array of the label types listed in types.yaml
Then send over a pull request and I'll take a look.