Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Creating dynamic table in livecycle pdf through coldfusion cfpdf.

New Here ,
Dec 15, 2009 Dec 15, 2009

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

TOPICS
Advanced techniques
519
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 28, 2009 Dec 28, 2009
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources