Skip to content

A simple Go program for rendering PDFs of mailing labels in Avery 5160 format

Notifications You must be signed in to change notification settings

timburks/mailinglabels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This little Go program renders addresses into a PDF that
is formatted for Avery 5160 labels.

Addresses are read from a text file "addresses.txt" and
each address must consist of three parts with parts
separated by the '$' character.

For example, here is a sample addresses.txt file:

=== addresses.txt =========================================
Google$1600 Amphitheater Parkway$Mountain View, CA 94943
Apple Inc.$1 Infinite Loop$Cupertino, CA 95014
Department of Mathematics$970 Evans Hall$Berkeley, CA 94720
===========================================================

Labels are written to a file named labels.pdf.

Released into the public domain.

Tim Burks
Los Altos, California

About

A simple Go program for rendering PDFs of mailing labels in Avery 5160 format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published