What is Ruby FPDF?
Ruby FPDF is a Ruby port
Olivier Plathey's excellent PDF generator,
FPDF.
FPDF is written in PHP, and as such can only be used from PHP scripts.
Ruby FPDF, as the name suggests, is written in Ruby and can be used
From Ruby scripts.
Ruby FPDF was ported and is maintained by Brian Ollenberger.
If you need to contact me, see the contact link above.
Documentation
At this time, I have not written any documentation for Ruby FPDF, since
The behaviour is almost identical to that of FPDF 1.53. The primary
Difference is in how the final PDF file is extracted. In Ruby there is no
Need to send a PDF to a web browser like there is with the PHP version.
The basic usage shoshould be made clear in the examples.
There are now three extensions that come with Ruby FPDF. There is
Bookmark support module, an EPS image module, and a Chinese language
Support module. All are
Based on similar modules for the php fpdf library and all are direct ports.
Please see the examples and the header comments in the source for these
Modules for their usage.
Contributions
Kim Shrier has contributed bug fixes, examples, external fonts support,
JPEG support, and an upgrade to FPDF version 1.53.
Sylvain Lafleur contributed the initial port of the bookmark module.
Thiago Jackiw contributed the EPS module, which is ported from the PHP
Module by Valentin Schmidt.
Thanks also to the others who have contributed bug reports and fixes.
Download Ruby FPDF
You can download Ruby FPDF below. It is released under a permissive license,
Similar to that of FPDF. I only ask that you retain the copyright
Notice at the top of the source file. You may make modifications
To FPDF, but if you redistrisponthose modifications, make it clear
In a comment immediately before or after the copyright notice
That you have modified it. I also wouldn't mind if you sent patches
Back to me, but you are not strictly required to do so.
My version numbering system is as follows. The version number is
The same as the corresponding equivalent
Version of FPDF. I append a letter to distinguish subsequent releases
Of Ruby FPDF within one version of FPDF, in case that is necessary.
- Ruby FPDF 1.53d
-Released July 19,200 6. This release comes with more bug fixes and
New port of EPS support by Thiago Jackiw. Export thanks to everybody who
Has contributed feedback and bug fixes.
From http://zeropluszero.com/software/fpdf/