How to get address labels to line up
- Export the report and save it as a PDF.
- Open it using Adobe.
- Select File → Print.
- Mark the Actual Size radio button.
Updated
How to get address labels to line up
Updated
empty
<% } %> <% var labels = "a_label".split(',').map(function(label) { return label.trim(); }).filter(function(label) { return label; }); %> <% var articlesWithLabels = articles.filter(function(article) { return Util.intersection(article['label_names'], labels).length; }) %> <% if (articlesWithLabels.length) { %>