public
Description: Pure Ruby tools for working with PDF documents.
Homepage: http://rubyforge.org/projects/ruby-pdf/
Clone URL: git://github.com/metaskills/pdf-writer.git
name age message
file ChangeLog Wed May 13 18:15:11 -0700 2009 Push new gem spec and changelog for 1.2.1 release. [metaskills]
file Demo-README Sun Dec 09 19:17:23 -0800 2007 small changes [sandal]
file LICENCE Sun Dec 09 19:17:23 -0800 2007 small changes [sandal]
file README Fri Jan 04 15:12:50 -0800 2008 Update README, remove Install file [sandal]
file Rakefile Thu Dec 13 10:16:25 -0800 2007 Fixes for trunk too [sandal]
file Release-Announcement Tue Feb 06 18:28:41 -0800 2007 First pass at reorganizing the Ruby PDF Tools h... [austin]
directory bin/ Thu Nov 08 07:15:12 -0800 2007 Adding bin from trunk [(no author)]
directory bugs/ Thu Jan 24 10:46:31 -0800 2008 Bug report [sandal]
directory demo/ Sun Dec 09 18:42:53 -0800 2007 removing weird example [sandal]
directory images/ Tue Feb 06 18:28:41 -0800 2007 First pass at reorganizing the Ruby PDF Tools h... [austin]
directory lib/ Tue May 19 08:59:28 -0700 2009 [Ruby1.9] Compatibility that still allows 1.8.6... [metaskills]
file manual.pwd Fri Jan 04 15:15:50 -0800 2008 Fix for #9 [sandal]
file metaconfig Tue Feb 06 18:28:41 -0800 2007 First pass at reorganizing the Ruby PDF Tools h... [austin]
file pdf-writer.gemspec Tue May 19 09:00:36 -0700 2009 Release 1.2.3 version. [metaskills]
file pre-setup.rb Tue Feb 06 18:28:41 -0800 2007 First pass at reorganizing the Ruby PDF Tools h... [austin]
file setup.rb Thu Nov 08 07:42:55 -0800 2007 blah [(no author)]
directory test/ Thu Dec 13 10:16:25 -0800 2007 Fixes for trunk too [sandal]
README
= PDF::Writer for Ruby
This library provides the ability to create PDF documents using only native
Ruby libraries. There are several demo programs available in the demo/
directory. The canonical documentation for PDF::Writer is "manual.pdf", which
can be generated using bin/techbook (just "techbook" for RubyGem users) and
the manual file "manual.pwd".

Homepage::  http://rubyforge.org/projects/ruby-pdf/
Copyright:: 2003—2005, Austin Ziegler

This software is based on Adobe's PDF Reference, Fifth Edition, version 1.6.
This and earlier editions are available from Adobe's PDF developer
website[http://partners.adobe.com/public/developer/pdf/index_reference.html].

== LICENCE NOTES
Please read the file LICENCE for licensing restrictions on this library, as
well as important patent considerations.

== Requirements
PDF::Writer requires Ruby 1.8.2 or better, Color 1.4.0 or better, and
Transaction::Simple 1.3.0 or better.

#--
# PDF::Writer for Ruby.
#   http://rubyforge.org/projects/ruby-pdf/
#   Copyright 2003 - 2005 Austin Ziegler.
#
#   Licensed under a MIT-style licence. See LICENCE in the main distribution
#   for full licensing information.
#
# $Id$
#++
# vim: sts=2 sw=2 ts=4 et ai tw=77