Right now we're using the method described here -> http://wiki.rubyonrails.org/rails/pages/HowtoGeneratePDFs under the heading PDF Form Fill. It calls pdftk externally, it is not a ruby binding or anything. Don't be put off by this being a Rails link, the technique works just fine without Rails installed. Rob Kaufman On 7/17/06, listrecv / gmail.com <listrecv / gmail.com> wrote: > > Bojan Mihelac wrote: > > I think you can embed some font (I am not sure what is name of font) to > > PDF and write directly in it. > > That would certainly be the easiest - easier than converting from > PostScript. I could do the whole thing as a PDF form. > > Does anyone know more about this? > > Also, does anyone know if there are any libs with Ruby bindings which > can apply a FDF/XFDF to a PDF? (I don't think Pdf::Writer can - am I > correct?) > > >