blank user password

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
jon
Posts: 12
Joined: Mon Aug 18 2003

blank user password

Post by jon »

Hello, I would like to protect a pdf document while also leaving the user password empty.

Code:
PdfCrea.Encrypt('ownerpwd','',StrToInt('$FFFFFFC0'));
PdfCrea.save('pdffile',1);

But it doesn't work.
With a password filled in no problem.

A solution?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

It seems you are using an older version of the PDF Creator. Try to use our latest version.

I tried to generate an encrypted pdf file with no user password using the latest version and didn't get any problem.

Thanks.
jon
Posts: 12
Joined: Mon Aug 18 2003

Post by jon »

I download the latest version but I have always the problem.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Please send this issue to support@amyuni.com so we can check it more closely.

I beleive that your application is still using the old activeX (the activex of the older version of the PDF Creator may still be loaded in your application).

Please check that your application is loading the new version.

Hope this helps.
Post Reply