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
prawn / README
100644 44 lines (27 sloc) 1.114 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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