The original ideas and code for creating pdf templates seems to have started with Austin Ziegler (original author of the pdf-writer gem) with this wiki post
here.
Tom Willett & Josh Charles
Tom Willett & Josh Charles then rolled up all those ideas and code into the original
railspdf plugin.
pelargir then updated the original railspdf to work with the latest rails 2.1, and created this
railspdf plugin.
I used this plugin as a starting point for my work. More specfically this
commit.
Thank you pelargir!
Others
lifo? NKoz? jeremy? joshkk?
I've also used the xml builder template code to aid my understanding of the latest rails 2.1 templating goodness.
Thanks to those authors for the example as well as the framework!