Password Protect PDF Document

Project:PDF Include project
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

I have followed the instructions in the documentation and get the following error

Value 4294967292 too large to fit in INTEGER datatype (13682)

I am running Openedge 10.2B on a 32 bit Windows 7 platform.

Am I missing something?


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#1

Hi
In pdf_inc.p, DetermineUserKey40, try adding the following line:
vP-str = -1.
juste before
PUT-BITS(vP-Str,1,1) = 0. /* Reserved */
PUT-BITS(vP-Str,2,1) = 0. /* Reserved */
...
++
Jice


#2

Status:active» closed

Thanks Jice, solved the problem


#3

you're welcome!