Search found 5 matches

by Fernando Lusardo
Thu Jan 29 2009
Forum: Power Builder Community
Topic: Security PB9 is ok but PB8 do not work
Replies: 1
Views: 9578

Security PB9 is ok but PB8 do not work

Please, I want to thanks by the help you gave me about using security methods! Now I have one more stone to jump; I use the method on the fly in PB9 like that: i_ole_pdf.FileNameOptions = 1 + 2 + 256 i_ole_pdf.OwnerPassword = '12345' i_ole_pdf.UserPassword = '' i_ole_pdf.Permissions = -64 + 4 i_ole_...
by Fernando Lusardo
Wed Jan 21 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to protect PDF file from updates
Replies: 7
Views: 11458

Re: How to protect PDF file from updates +

Thanks, now It seems that is ok, but when I call the PDF document with Adobe reader and look after his properties I can see that the document is still without any protection; I just debug my app, and seems like everything is ok! using after writing the document: i_ole_pdfdoc.SetLicenseKey( "Eva...
by Fernando Lusardo
Wed Jan 21 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to protect PDF file from updates
Replies: 7
Views: 11458

Re: How to protect PDF file from updates

Tanks, still give me an error... I use your suggestion code, and it partially works only after this... i_ole_pdfdoc.EncryptPDFDocument( as_filename, '', 'userpass', -64 + 4 ) give me an error again Name not found calling external object function encryptpdfdocument Please could you give me new orient...
by Fernando Lusardo
Tue Jan 20 2009
Forum: Power Builder Community
Topic: PowerBuilder 9 protect PDF file problem
Replies: 1
Views: 12635

PowerBuilder 9 protect PDF file problem

I'm using PowerBuilder9 and need help to protect pdf file, my code is using this: ....... i_ole_pdf = create oleobject i_ole_pdf.ConnectToNewObject( "cdintfEx.cdintfEx" ) i_ole_pdf.PDFDriverInit( "Amyuni PDF Converter" ) .... in the btn_convert_event.... adw_dw_1.Modify( 'Datawin...
by Fernando Lusardo
Tue Jan 20 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to protect PDF file from updates
Replies: 7
Views: 11458

How to protect PDF file from updates

I'm using PowerBuilder9 and need help to protect pdf file, my code is using this: ....... i_ole_pdf = create oleobject i_ole_pdf.ConnectToNewObject( "cdintfEx.cdintfEx" ) i_ole_pdf.PDFDriverInit( "Amyuni PDF Converter" ) .... in the btn_convert_event.... adw_dw_1.Modify( 'Datawin...