copyright

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
cedric
Posts: 25
Joined: Thu Jun 16 2005

copyright

Post by cedric »

Is it possible to embed the OLE object in a powerbuilder window and to hide the copyright of amyuni ? :?:
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Definitely :!: , when including the PDF Creator ole object in you datawindow, you will not get the copyright of Amyuni, you will get an evaluation watermark until you license the product.

Hope this helps.
cedric
Posts: 25
Joined: Thu Jun 16 2005

Post by cedric »

Sorry for the delay, I was on holydays last week.
:D
I don't insert the ole in a datawindow but in a window but I think it's the same behavior, no ?

The licence of PDF Creator is the PDF Converter Licence ? :?:
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

PDF Converter and PDF Creator are 2 different products and they have differen activation codes.

It is only when you license PDF Suite (Converter + Creator) that you get one license code for both products.
cedric
Posts: 25
Joined: Thu Jun 16 2005

Post by cedric »

I don't know if our product is PDF Suite but when we upgrade it, PDF Creator is installed.

What I Know is the following :
product name : PDF Converter PRO
Type Licence : Developer

am I able to use PDF Creator's dll in my interface as a viewer ?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Most problably you have the PDF Converter. Along with the Converter you got a read only version of the Creator.

I am not sure what you mean by your question:
The licence of PDF Creator is the PDF Converter Licence ?
In your case it is, the Creator being read only doesn't need a separate license.
cedric
Posts: 25
Joined: Thu Jun 16 2005

I bought PDF Suite

Post by cedric »

Hello,
I come back on my old problem.

I bought PDF Suite (developper version) to avoid to keep watermark on my viewer (Ole object in a powerbuilder window) but the copyright still appear on the object at run time. :?

How can I make it disappearing ?

Please help me ? :roll:
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

After inserting the OLE in your application, please call SetLicenseKey() using the licensee and activation code you get with the product to enable the PDF Creator.

Hope this helps.
cedric
Posts: 25
Joined: Thu Jun 16 2005

Post by cedric »

Yes it's what i've done. See my PB source code in the open event of my window :
:(

string Ls_Societe_Licence, ls_Code_Activation

Ls_Societe_Licence = ProfileString( gs_fic_ini, "EXPORT", "Societe_Licence", 'ERREUR' )
ls_Code_Activation = ProfileString( gs_fic_ini, "EXPORT", "Code_Activation", 'ERREUR' )

ole_PDFCreactiveX.object.SetLicenseKey(Ls_Societe_Licence, ls_Code_Activation)
ole_PDFCreactiveX.object.open("c:\temp\1-1-19.pdf","user")


Do you have an idea ? :?:
cedric
Posts: 25
Joined: Thu Jun 16 2005

Post by cedric »

:D :D :D :D :D

scuze me :oops:
I was wrong about my licensee number.

It runs very well actually.

Thanks for all :P
Post Reply