Skip to main content
Participant
December 15, 2009
Question

Creating dynamic table in livecycle pdf through coldfusion cfpdf.

  • December 15, 2009
  • 1 reply
  • 553 views

Hi,

I have a pdf created in Livecycle, i am able to populate data in it with coldfusions cfpdf. but fields in pdf are static, means i will have to pass every field vale and coldfusion will populate it.

But I have a Table in PDF i want it to be dynamic, so I i pass 5 rows it will populate table with 5 rows. right now every thing in pdf is fixed on place, but i want it dynamic.

Hope i am able to explain it correctly, Please help and let me know if this is confusion. I will try to explain my problem correctly.

Thanks

This topic has been closed for replies.

1 reply

Inspiring
December 29, 2009

Have you tried creating the data connection via LCD

and not CF? You can write the same queries in LCD and connect to your tables. If you want dynamic pdfs in CF, I would use the <cfdocument> tag.