Search found 7 matches

by lifegame
Fri Nov 19 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: PDFCreactiveDoc C++ source code from PDFCreator Demo 1.5
Replies: 1
Views: 5931

PDFCreactiveDoc C++ source code from PDFCreator Demo 1.5

It's possible to have the latest C++ source code for PDFCreactiveDoc;

I have downloaded source code from http://www.amyuni.com/downloads/PDFViewerSample.zip

But, there are differences between the version.

Thanks,


:)
by lifegame
Fri Nov 19 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Owner PassWord or User Password, Type protection...
Replies: 3
Views: 8622

Hello, Sorry for my english... I know If I open the document using "owner" as password, you can do everything. But, How to know if the document is open by User or Owner ? How to know if User have right to print, or put notes or copying text ? For exemple, I Would like to disable somes feat...
by lifegame
Wed Nov 17 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Owner PassWord or User Password, Type protection...
Replies: 3
Views: 8622

Owner PassWord or User Password, Type protection...

I Would like to desactive some features if the password is the Owner password or user password. How to know ? I would like to know if the user have possibilities to print, or changing document, how can determine the protection type that I use with the encryption function ? To enable printing, use: p...
by lifegame
Tue Nov 09 2004
Forum: Power Builder Community
Topic: Why General Fault Protection on Print Command Tool...
Replies: 0
Views: 11027

Why General Fault Protection on Print Command Tool...

Hello...

This is my code...

//acCommandToolPrint
ole_pdf.object.DoCommandTool(53510)

My Question is... Why I have General Fault protection when I click on Cancel Button... ! I Know I can use Try Catch, but...

Thanks...
by lifegame
Mon Nov 08 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: How To change PassWord ?
Replies: 1
Views: 5126

How To change PassWord ?

I'm With PDF Creator and PowerBuilder... I Put Password on PDF with Function Encrypt. I Open PDF with the new PassWord. I Would Like to Change Password... When I Call Function Encrypt, I got Genral Fault Protection... I Think because the file is already encrypt... How Can Change PassWord on PDF File...
by lifegame
Thu Nov 04 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Lock all object in all Page but, leave StickyNote moveable ?
Replies: 1
Views: 5067

Lock all object in all Page but, leave StickyNote moveable ?

I Would Like to give possibilities tu User to Move or resize StickyNote and Highlighter after insertion.

How to lock all object in document ?


Thanks in advance... !

:D
by lifegame
Thu Nov 04 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Search Object in document... Retrieve all object by type ?
Replies: 1
Views: 5285

Search Object in document... Retrieve all object by type ?

Can search object in the PDF with name ? I'm a programmer, and I would like to search object by the name, or retrieve all object by Type. (22 acObjectTypeStickyNote) I have try to retrieve object by function (ActivateObject or GetObjectByName) but if object does not exist my application cause GPF. I...