Using the name attribute with write action

You can now use the name attribute with <cfpdf action = “write”> and specify a variable name for your PDF document. For example:

<cfpdf action="write" source="myBook" name=#myBook# version="1.4">

This feature is available with both cfpdf and cfpdfform tags.