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

Looping Cfdocument to produce a multiple page doc

LEGEND ,
Aug 09, 2006 Aug 09, 2006

Copy link to clipboard

Copied

Can anyone point out where I can find information on producing a multiple
page cfdocument (pdf) using a database to include unique information?

I have a customer that wants mailers that have the customers name and
special offer. I want to use CF to generate the PDF doc using a database as
the source. I will need to set up the document and then loop it through each
database entry to create a multiple page document with the information on
it.

Where can I find good information on how to do that?

Thanks.

--
Wally Kolcz
Developer / Support


TOPICS
Advanced techniques

Views

281

Translate

Translate

Report

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
LEGEND ,
Aug 09, 2006 Aug 09, 2006

Copy link to clipboard

Copied

LATEST
Something like this:
<cfdocument>
<cfoutput query="abc" group="somthing">
<cfdocumentsection>
stuff
<cfoutput>
more stuff
closing tags

Votes

Translate

Translate

Report

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
Documentation