Aaron C wrote:
> Is it possible to insert an image (e.g. jpg) into a PDF using ColdFusion 8?
>
>   
Yes, since CF7.
<cfdocument>
    <img src="file:///home/data/whatever/image.jpg">
</cfdocument>


Or do you mean into an *existing* PDF?  In that case I think you'd do 
something like above, then use the new cfpdf tag to merge that PDF into 
your existing one.

-Ryan


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

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

Reply via email to