views:

30

answers:

1

Question explains it all really, I need to add some text to a PDF at positions X / Y with a background color.

I know I can do this using a cell, but it seems that you cannot place a cell using an X and Y co-ord.

A: 

What if you modify your current X Y position and then place the cell?

Something like:

SetXY(50, 150)
Cell(100, 50, "This is my text in a box.", 1, 0, 'c', true)
Josh Pinter