arthur.olano / gmail.com <arthur.olano / gmail.com> wrote:
> I am developing a site page where there's a link that create an invoice
> report converted to a pdf file, but there's one problem I realized
> using PDF::Writer, it has no support for images.
> 

Since this is server side, you could probably call out to an external
utility to generate the pdf (I've done this in the past using lout and
ps2pdf) and then pick it up from your ruby program.

martin