Search found 2 matches

by askolits
Wed Jul 29 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Set Password In VBA
Replies: 3
Views: 6820

Set Password In VBA

I have an old version of PDF Converter (2.1). Always works fine, but I want to put a password on the document. I found another Topic in this message board and it said to do the following. pdf.Permissions = -64 + 4 '+ 16 + 32 pdf.FileNameOptionsEx = 1 + 2 + 256 pdf.OwnerPassword = "password"...
by askolits
Thu Oct 16 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Detecting if cdintf210.dll is registered
Replies: 1
Views: 3648

Detecting if cdintf210.dll is registered

I have code that will let me detect if a particular item is registered in the windows registry. Is the registry key for PDF Converter the follwing: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{4856F146-7516-11D3-BBE5-D53DCBD65107} The assumption is that this is a static registry value? Is this true?...