Hi!
I use the licenced version of PDF Creator v1.5. The sample code doesn´t work! For example: VB returns an error message (object doesn´t support this action) when I run Project2 and press the "Place object" button. The cursor stops at the following code: .CreateObject acObjectTypeFrame, "Frame 1"
I have created some test project with same results. Error messages appear when I use "createobject".
What is wrong?
Rickard
Cannot create objects
Hello Randel,
Our new version 1.50 of the PDF Creator now functions similarly to our PDF Converter printer driver. This new version now also requires you to add "activation" and "LicenseTo" values in order to be to enable to interact with the PDF Creator control. This is detailed in the "PDF Creator Developer Manual.pdf" document that is shipped with the product.
The “activation†and “licencseToâ€values are typically added on a form_load event.
EX: PDF1.SetLicenseKey LicenseTo, ActivationCode
This demo activation codes are included with the product in the install.ini file. The activation codes listed will configure the product's features and enable the control. Both 'Licensed to' and 'Activation code' fields must be copied exactly. Please ensure that no extra spaces are copied - this will prevent from the code being recognized as valid.
Hope this helps
Our new version 1.50 of the PDF Creator now functions similarly to our PDF Converter printer driver. This new version now also requires you to add "activation" and "LicenseTo" values in order to be to enable to interact with the PDF Creator control. This is detailed in the "PDF Creator Developer Manual.pdf" document that is shipped with the product.
The “activation†and “licencseToâ€values are typically added on a form_load event.
EX: PDF1.SetLicenseKey LicenseTo, ActivationCode
This demo activation codes are included with the product in the install.ini file. The activation codes listed will configure the product's features and enable the control. Both 'Licensed to' and 'Activation code' fields must be copied exactly. Please ensure that no extra spaces are copied - this will prevent from the code being recognized as valid.
Hope this helps