public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
cbartlett (author)
Thu Nov 06 19:43:51 -0800 2008
sandal (committer)
Fri Nov 14 06:44:09 -0800 2008
commit  47297900dcf3f16c4765ca817f17c53fb0a5a079
tree    92632ad3a643680114a02278684e27ceb13bbfb1
parent  786146a2583d3e51f7b6dc804b94e93b9bbef2d0
prawn /
name age message
file .gitmodules Sat Aug 23 11:05:05 -0700 2008 Update modules [sandal]
file COPYING Wed Apr 30 08:43:32 -0700 2008 Gettin' all legal and shiznit [sandal]
file LICENSE Wed Apr 30 08:43:32 -0700 2008 Gettin' all legal and shiznit [sandal]
file README Thu Oct 30 15:14:24 -0700 2008 Test [sandal]
file Rakefile Sat Sep 13 10:45:00 -0700 2008 Fix edge version [sandal]
directory bench/ Mon Aug 18 23:14:10 -0700 2008 Enough for now, will read over the spec tomorrow [sandal]
directory bugs/ Loading commit data...
directory data/ Fri Oct 31 08:47:26 -0700 2008 A new example showing CMYK colour selection and... [yob]
directory examples/
directory lib/
directory reference_pdfs/ Fri Sep 12 13:09:56 -0700 2008 Update 0.2 reference PDFS [sandal]
directory spec/ Fri Nov 07 19:20:24 -0800 2008 fix merge conflicts [sandal]
directory vendor/ Sat Aug 23 11:05:05 -0700 2008 Update modules [sandal]
directory www/ Sun Nov 09 17:28:23 -0800 2008 changed code snippets to actual text from images [cbartlett]
README
Prawn is a PDF writing library for Ruby designed to be tiny, fast, and nimble,
just like the majestic sea creature.

Development on this library is made possible thanks to the many people who
donated to the Ruby Mendicant project:

http://rubymendicant.wikidot.com   

RESOURCES:

Website:

http://prawn.majesticseacreature.com

Bug Tracker / Wiki:

http://prawn.lighthouseapp.com/projects/9398-prawn/home

GitHub:

http://github.com/sandal/prawn

Mailing List:

http://groups.google.com/group/prawn-ruby

IRC:

Find us in #prawn on irc.freenode.net
  Gregory Brown: <sandal>
  James Healy: <yob>               
  
NOTES TO DEVELOPERS: 

You will need the pdf-reader and test-spec gems to run Prawn.  Be sure to run
the specs on both Ruby 1.8.6 and the latest Ruby 1.9 snapshot, as both versions
are supported.  1.8.7 is not officially supported.

Prawn relies on PDF::Inspector, a collection of PDF::Reader backed classes
for analyzing PDF output.  This is provided as a submodule in Prawn's git
repository, so be sure to do the following before running the specs:

  git submodule init
  git submodule update