Re: Inserting an image in a PDF?

2008-09-26 Thread Aaron C
Thanks!  That works quite well.  I just have to fine tune the
positioning, but it seems to be working exactly as I was wanting.

On Thu, Sep 25, 2008 at 3:10 PM, Andrew Powell [EMAIL PROTECTED] wrote:
 We've been using watermark for this
 cfpdf action=addwatermark source=PDFdoc copyfrom=#getFiles.ImagesPDF# 
 foreground=no opacity=10 pages=1 position = 0,0 showonprint=yes 
 name=PDFdoc

 You can set the position. Place it in front or back and set the opacity :)

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.



 

~|
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:313145
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Inserting an image in a PDF?

2008-09-25 Thread Aaron C
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


Re: Inserting an image in a PDF?

2008-09-25 Thread Andrew Powell
We've been using watermark for this
cfpdf action=addwatermark source=PDFdoc copyfrom=#getFiles.ImagesPDF# 
foreground=no opacity=10 pages=1 position = 0,0 showonprint=yes 
name=PDFdoc

You can set the position. Place it in front or back and set the opacity :)

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.



~|
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:313090
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Inserting an image in a PDF?

2008-09-24 Thread Aaron C
Is it possible to insert an image (e.g. jpg) into a PDF using ColdFusion 8?

~|
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:313034
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Inserting an image in a PDF?

2008-09-24 Thread Ryan Stille
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