Skip to main content
Inspiring
June 5, 2009
Question

Can CF8 create pdf's on the fly?

  • June 5, 2009
  • 1 reply
  • 978 views

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?

    This topic has been closed for replies.

    1 reply

    ilssac
    Inspiring
    June 5, 2009

    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: