Search found 5 matches

by imaRay
Thu Apr 28 2005
Forum: Visual Basic Community
Topic: Encryption convert page in white pages
Replies: 7
Views: 13798

Unfortunately my test application currently is in VB for comfort, but the final application will be in C++ and will have obligatorily to use the DLL. Therefore they are obliged to wait for the new release of the correct DLL. It's possible to know a indicative day of the possible new release? Thanks ...
by imaRay
Wed Apr 27 2005
Forum: Visual Basic Community
Topic: Encryption convert page in white pages
Replies: 7
Views: 13798

With respect to: I tested the encryption during creation and work fine. I must be corrected on the crypting during the PDF creation, i have made of the tests and: The crypted documents are not white, but the security flags are wrong. This is the result: Notes: None Printing Doc. Copying Text Adding ...
by imaRay
Wed Apr 27 2005
Forum: Visual Basic Community
Topic: Encryption convert page in white pages
Replies: 7
Views: 13798

Re: Thanks Joan i give you...others details and tests.

imaRay wrote: I tested the encryption during creation and work fine.

Code: Select all


    nResult = SetPermissions(m_PDFDll, -64 + 4)
    
by imaRay
Tue Apr 26 2005
Forum: Visual Basic Community
Topic: Encryption convert page in white pages
Replies: 7
Views: 13798

Thanks Joan i give you...others details and tests.

I tested the encryption during creation and work fine. This is function: First i have added declaration of UNDOCUMENTED functions (i see with "Dependency walker" directly from cdintf250.dll ): Declare Function SetOwnerPassword Lib "CDIntf250" (ByVal hPrinter As Long, ByVal szValu...
by imaRay
Tue Apr 26 2005
Forum: Visual Basic Community
Topic: Encryption convert page in white pages
Replies: 7
Views: 13798

Encryption convert page in white pages

I have installed Amyuni PDF Converter 2.50b with my Developer License of the Amyuni PDF Converter Professional for Windows® NT/2000/XP. In a VB application i have tried to crypt a document with the following lines of code: ' set the permanent license key for the product Declare Function SetLicenseK...