Notes:
= 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-tools 1.0.0 or better, and
Transaction::Simple 1.3.0 or better.
Changes:
== PDF::Writer 1.1.1: July 1, 2005
* Fixed the packaging process; the .tar.gz files will no longer corrupt the
images.
* Added the images and the manual (both raw and generated) to the demo
package.
|