Cannot create objects

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
Randal
Posts: 9
Joined: Mon Sep 22 2003

Cannot create objects

Post by Randal »

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
Randal
Posts: 9
Joined: Mon Sep 22 2003

Post by Randal »

Hi!

I´ve tested the sample project with my evaluation version, 1.08. It works fine!!

Then I install version 1.5 again and the error message is back. :cry:

Rickard
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

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
Randal
Posts: 9
Joined: Mon Sep 22 2003

Thanks

Post by Randal »

Thanks!

I missed the difference between the two versions. It works with the "setlicencekey".

Rickard :D
Post Reply