ducky64 / labelmaker

Labelmaker using SVG templates and CSV data
GNU General Public License v2.0
8 stars 5 forks source link

bug: One label is missing #4

Closed dadoprom closed 8 years ago

dadoprom commented 8 years ago

labelmaker will not fill the entire page. One label is missing. I think it has to do something with the first line in cvs which contains the names of variables. So labels 8x3 should output 24 labels, but if so there is error saying "todo handle page overflow, new page support". With only 23 labels it is working ok, but one label is missing...

navod.svg.zip

ducky64 commented 8 years ago

Multipage support added, which should make this bug obsolete.

Note that with multipage support, it will no longer generate the output filename. If the output is specified as output or output.svg, it will instead generate output_0.svg, output_1.svg, and so on.

dadoprom commented 8 years ago

thank you, tested - working great! You should update the README file - multipage supported :)

ducky64 commented 8 years ago

Good point, updated.