README

Path: README
Last Update: Wed Jun 20 14:12:15 +0100 2007

Rupdf - Simple Ruby PDF Generator

Simple pdf reporting rails plugin built on top of ruport.

Requires Ruport gem install ruport —include-dependencies

This plugin provides a simple method of generating pdfs. Please refer to the API Documentation in doc/ to see the methods available.

If you need to perform more complicated pdf rendering operation please refer to the API Documentation for pdf-writer.

You can access the pdf_writer object through your class. You should extend a class from the Rupdf:Base class and call the define_variables, define_header, define_body and define_footer classes.

Example programming code is supplied in the examples directory.

[Validate]