Sha256: c2ebc966deeed13ac79a8262548b078e090e68d3dec24d52744f82ddd9a9c45e
Contents?: true
Size: 501 Bytes
Versions: 17
Compression:
Stored size: 501 Bytes
Contents
= Wagon Provided a valid lds.org username and password Wagon will download the information and pictures from the "Photo Directory" page and compile it into a convenient PDF. == Usage require 'wagon' user = Wagon::connect('username', 'password') pdf = user.ward.to_pdf(:font_size => 10, :rows => 9, ...) pdf.render_file('photo_directory.pdf') == Terminal Usage wagon --help == Installation gem install wagon == Copyright Copyright (c) 2009 Devin Christensen. See LICENSE for details.
Version data entries
17 entries across 17 versions & 1 rubygems