From: Andreas Semt Date: 2005-01-17T03:51:29+09:00 Subject: What's the best way to write a Textile-to-PDF::Writer converter? Hello list! I am relative new to Ruby, so i ask: What's the best way to develop a *pure* Ruby Textile-to-PDF::Writer converter? I use the Soks Wiki (http://rubyforge.org/projects/soks/ by Tom Counsell) for documentation purpose on work (on a W2K Pro Box). This wiki saves the page content in flat text files in the Textile Markup language, so i want a converter to generate PDF files from these Textile files. Austin Ziegler has a RubyForge project (http://rubyforge.org/projects/ruby-pdf/) for writing PDF files in Ruby. So all parts of my imaginary pure Ruby Textile-to-PDF::Writer converter are there, however i wonder how to use them? Thanks for any help or suggestions! Greetings, Andreas