Austin Ziegler wrote: > You're missing something. The implementation of #save_as is: > > def save_as(name) > File.open(name, "wb") { |f| f.write self.render } > end Perfect! > Render is a public method. It isn't documented (surprisingly) on > PDF::Writer, but it does exist. Thanks for throwing that in, now I don't feel so n00b :) D > > -austin -- Posted via http://www.ruby-forum.com/.