ok, I'm geting the hang of pulling data from my database and creating a PDF file with PDFLib. However, one thing that still eludes me is how to create a dynamic grid and show it with the lines on the pdf doc. I can format the output into the grid now onto a web page, but how do I get that same look (grid lines etc) into a specific section on the doc?
I can't do a fill in because the grid rows and columns change based on user choices.
-mike