sandal / prawn
- Source
- Commits
- Network (95)
- Issues (11)
- Downloads (21)
- Wiki (7)
- Graphs
-
Tree:
97ccf8c
commit 97ccf8c5c73731e85b31721d0498f4fd207418b8
tree 893a14d32d5fc54bf1c989b57033e6b02d5e00a6
parent 9e8a8ade97bdb11a4c75de7c7f78f893059e8fd0
tree 893a14d32d5fc54bf1c989b57033e6b02d5e00a6
parent 9e8a8ade97bdb11a4c75de7c7f78f893059e8fd0
prawn /
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | Sat Aug 23 11:05:05 -0700 2008 | |
| |
COPYING | Wed Apr 30 08:43:32 -0700 2008 | |
| |
LICENSE | Wed Apr 30 08:43:32 -0700 2008 | |
| |
README | Sat Aug 23 12:07:33 -0700 2008 | |
| |
Rakefile | ||
| |
bench/ | Mon Aug 18 23:14:10 -0700 2008 | |
| |
bugs/ | ||
| |
data/ | Wed Sep 10 20:15:51 -0700 2008 | |
| |
examples/ | ||
| |
lib/ | ||
| |
reference_pdfs/ | Fri Sep 12 13:09:56 -0700 2008 | |
| |
spec/ | ||
| |
vendor/ | Sat Aug 23 11:05:05 -0700 2008 | |
| |
www/ | Fri Aug 15 09:30:39 -0700 2008 |
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

