ColdFusion 9.0 Resources |
Using the name attribute with write actionYou 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. |