This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
ChangeLog | ||
| |
Demo-README | ||
| |
LICENCE | ||
| |
README | ||
| |
Rakefile | ||
| |
Release-Announcement | Tue Feb 06 18:28:41 -0800 2007 | |
| |
bin/ | Thu Nov 08 07:15:12 -0800 2007 | |
| |
bugs/ | ||
| |
demo/ | ||
| |
images/ | Tue Feb 06 18:28:41 -0800 2007 | |
| |
lib/ | ||
| |
manual.pwd | ||
| |
metaconfig | Tue Feb 06 18:28:41 -0800 2007 | |
| |
pdf-writer.gemspec | ||
| |
pre-setup.rb | Tue Feb 06 18:28:41 -0800 2007 | |
| |
setup.rb | Thu Nov 08 07:42:55 -0800 2007 | |
| |
test/ |
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








