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

Can CF8 create pdf's on the fly?

Participant ,
Jun 05, 2009 Jun 05, 2009

For example I want to create pdf's that render different information based on the user.

I have a 2 page set pdf that all users will see, but I want the info that populates the right column on first page to be dynamic based on the user.

Only the right column on the first page is dynamic and is based on the user , everything else would be the same.

Its kind of like using a cfinclude on a regular cf page.

Does this same kind of logic apply to creating PDF's?

924
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
Valorous Hero ,
Jun 05, 2009 Jun 05, 2009
LATEST

Yes, CF 8 has several functions that allow for the dynamic creation of PDF documents.  The documentation had all the details.

Manipulating PDF Forms in ColdFusion

http://livedocs.adobe.com/coldfusion/8/htmldocs/formsPDF_01.html#130281

Assembling PDF Documents

http://livedocs.adobe.com/coldfusion/8/htmldocs/cfpdf_01.html#160527

Also here is a nice Blog series that discuess some of the features:

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