Sha256: 9ad515e438afd6e5ab9dc88ea89465959b8b18e885e3f96794d2d6f261c1c11b

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

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    

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
satoko-prawn-0.2.99.6 README
prawn-0.2.0 README
prawn-0.2.1 README
prawn-0.2.2 README
prawn-0.2.3 README