Yes, I meant an existing PDF. Specifically, one I'm already cfpdfformparam to populate. I was hoping there was a way to also insert an image into a defined area. Though your solution of creating a seperate PDF and then merging the two would likely work as a 2nd best option for what I need.
On Wed, Sep 24, 2008 at 5:33 PM, Ryan Stille <[EMAIL PROTECTED]> wrote: > 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:313070 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

