Background image in pdf ... how?

Hi all,

I’m looking for a tool to create a pdf file with a background image
embedded.

I have to make invoice with a specific background and put details orders
on the top of this background.

Did you know a library to do that ?

I have already used pdf:writer but i didn’t find how to do that.

Thanks for your help !

On Thu, Oct 16, 2008 at 11:31 AM, Frioffol F. [email protected]
wrote:

I have already used pdf:writer but i didn’t find how to do that.
You could do this easily in Prawn (or PDF::Writer) by just calling
image on each page.
Please try to use Prawn instead of PDF::Writer if possible. It will
be the way forward for the Ruby PDF project, and PDF::Writer will
eventually be deprecated.

http://prawn.majesticseacreature.com/

If you have further questions, please join the Prawn list:

http://groups.google.com/group/prawn-ruby

-greg