Re: pdf COM object

2013-08-15 Thread daniel kessler

Thanks.  I actually did read the manual before posting.  I appreciate the 
assistance.

 Here's a reference for merging PDF files with CF9:
 
 http://help.adobe.com/en_US/ColdFusion/9.
 0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-798f.html

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356475
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


pdf COM object

2013-08-12 Thread daniel kessler

We are moving from cf7 to cf9 and because of that, we can no longer use COM 
objects.  I've replaced most of the code with cf9 calls, but I cannot do so 
with CopyForm, which copies pages of the form.  Here is an example:

CFSET r = PDF.CopyForm(14,14)
http://www.activepdf.com/AltDownloads/Documentation/TK2011/CopyForm.html

Can cannot have a separate server for COM objects.

Can anyone recommend a path for correcting this?  I don't know the cf pdf calls 
well.  Is there a replacemnt for this within cf9?

thank you.


daniel 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356432
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: pdf COM object

2013-08-12 Thread Stephen Hait

On Mon, Aug 12, 2013 at 10:38 AM, daniel kessler dani...@umd.edu wrote:


 We are moving from cf7 to cf9 and because of that, we can no longer use
 COM objects.  I've replaced most of the code with cf9 calls, but I cannot
 do so with CopyForm, which copies pages of the form.

 Can anyone recommend a path for correcting this?  I don't know the cf pdf
 calls well.  Is there a replacemnt for this within cf9?


Here's a reference for merging PDF files with CF9:

http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-798f.html


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356433
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


pdf COM object

2013-08-09 Thread daniel kessler

We are moving from cf7 to cf9 and because of that, we can no longer use COM 
objects.  I've replaced most of the code with cf9 calls, but I cannot do so 
with CopyForm, which copies pages of the form.  Here is an example:

CFSET r = PDF.CopyForm(14,14)
http://www.activepdf.com/AltDownloads/Documentation/TK2011/CopyForm.html

Can cannot have a separate server for COM objects.

Can anyone recommend a path for correcting this?  I don't know the cf pdf calls 
well.  Is there a replacemnt for this within cf9?

thank you.


daniel 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356428
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: pdf COM object

2013-08-09 Thread Paul Hastings

On 8/10/2013 12:00 AM, daniel kessler wrote:
 Can anyone recommend a path for correcting this?  I don't know the cf pdf
 calls well.  Is there a replacemnt for this within cf9?

not sure about cf itself, but i concatenated PDFs before using iText.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356429
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm