Nevermind, found out it is a COM object with a .net wrapper.  So COM is the 
right way to go.


-----Original Message-----
From: Chad Gray [mailto:[email protected]] 
Sent: Thursday, January 28, 2010 12:23 PM
To: cf-talk
Subject: CF8 .net and ActivePDF


We have a .net program that uses ActivePDF Toolkit to dynamically create PDFs.  
We place images, text, etc on the PDFs in exact places.
 
I thought I would experiment with using CF8’s .net capabilities, but I am not 
getting very far.
 
If I use COM I get an object back, but I would like to use .net.
<cfset AP = 
createObject("COM","APToolkit.Object",expandPath('APToolkitNET.dll'))>
 
I tried this and it says it cannot find APToolKit.Object in the assembly list.
<cfset AP = 
createObject(".net","APToolkit.Object",expandPath('APToolkitNET.dll'))>
 
Any ideas on how to dig into this .dll to use it as a .net object?
 
Here is the documentation if you want to look at structure of the methods in 
the dll



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330245
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