|
Re: Creating Printable Documents with Ruby
|
Posted: Oct 11, 2005 4:19 AM
|
|
Thank you for the pointer. The relevant code is on the 4th page of that article, and all it does is have a simple example of a manually generated pie chart. The difficulty with making charts in PDF::Writer is that they have to be a little smarter than that, as they are components to be reused. My main problem isn't with figuring out how to create such charts (as I could easily take Charts::StdDev and create Line and High-Low charts, and it wouldn't take much to go from those to vertical Bar charts), but a severe lack of time.
Future directions for PDF::Writer include SVG import (which may make some of the charting issues moot, as well), presentation support (which is almost done, but probably still a month from release), document reading and modification, and direct TTF support. Some of the work for SVG import will make it much easier to do XHTML conversion at a later date, but I think I will be leaving that for others to tackle using PDF::Writer as a worker capability.
|
|