Okay, I think there is a bug using cfpdfparam nested within cfpdf 
action="merge".  I pulled the cfpdfparams out, opting instead for a 
comma-separated list in the Source attribute, and it works.

This works: 
<cfpdf action="merge"       
source="#expandPath('.')#\pdf\tmpStub.pdf,#expandPath('.')#\pdf\tmpACH.pdf" 
destination="#expandPath('.')#\pdf\tmpCombined.pdf" overwrite="yes">

Null pointer after a single iteration:
<cfpdf action="merge" destination="#expandPath('.')#\pdf\tmpCombined.pdf" 
overwrite="yes">
    <cfpdfparam source="#expandPath('.')#\pdf\tmpStub.pdf">
    <cfpdfparam source="#expandPath('.')#\pdf\tmpACH.pdf">
</cfpdf> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295798
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to