How to show Password Security Settings window

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

TatianaS
User
Posts: 103
Joined: Mon Mar 18, 2013 4:26 pm

How to show Password Security Settings window

Post by TatianaS »

Hello,
I would like to allow my users to set document security. Is there a way to trigger 'Password Security - Settings' window to pop up and bypass other document properties windows?

Thanks,
Tatiana
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19868
Joined: Mon Jan 12, 2009 8:07 am

Re: How to show Password Security Settings window

Post by Stefan - PDF-XChange »

Hi Tatiana,

I could not find such an option in the documentation, so going to check with our devs and see if there is any undocumented way to do that.

Regards,
Stefan
TatianaS
User
Posts: 103
Joined: Mon Mar 18, 2013 4:26 pm

Re: How to show Password Security Settings window

Post by TatianaS »

any news on the topic?
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19868
Joined: Mon Jan 12, 2009 8:07 am

Re: How to show Password Security Settings window

Post by Stefan - PDF-XChange »

Hi Tatiana,

I've once again requested help from my colleagues and hope that we will have some further news for you a bit later today.

Regards,
Stefan
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2445
Joined: Thu Jun 30, 2005 4:11 pm

Re: How to show Password Security Settings window

Post by Vasyl - PDF-XChange »

Hi, Tatiana.
Is there a way to trigger 'Password Security - Settings' window to pop up and bypass other document properties windows?
Currently is no way for this, sorry.

Best
Regards.
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
TatianaS
User
Posts: 103
Joined: Mon Mar 18, 2013 4:26 pm

Re: How to show Password Security Settings window

Post by TatianaS »

hello,
I have a scenario when users create black annotations to protect sensitive information on the document. I can flatten the annotations, however, text behind flattened annotations is still can be copied and searched for.

Is there is a way to set all document components to be Encrypt? or are there any other ways, excluding password, to secure the content of a document via API or java script?

Thanks,
Tatiana
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2445
Joined: Thu Jun 30, 2005 4:11 pm

Re: How to show Password Security Settings window

Post by Vasyl - PDF-XChange »

I have a scenario when users create black annotations to protect sensitive information on the document. I can flatten the annotations, however, text behind flattened annotations is still can be copied and searched for.
It looks like that you required 'redaction' of page content. Viewer doesn't support the redaction. So, without redaction the text(or any other content) that is under your black rectangle will be available for user in any case (excepting when ti is blocked by doc's security). Currently is no way to forbid programmatically for end-user the copying of page text selection.

Tip: our PDF-Editor supported redaction as well and its SDK will be opened for devs in the near future...
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
TatianaS
User
Posts: 103
Joined: Mon Mar 18, 2013 4:26 pm

Re: How to show Password Security Settings window

Post by TatianaS »

Good to hear that 'redaction' is going to be available, but in the meanwhile, is it possible to set doc security (excluding password) so that the content of a document will not be searchable or selectable. Is there some java script maybe I can run?

Thanks
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2445
Joined: Thu Jun 30, 2005 4:11 pm

Re: How to show Password Security Settings window

Post by Vasyl - PDF-XChange »

Hi Tatiana.

I'm afraid but no way ta make text non selectable and non searchable. No any script or security-permisson for this. We can add to the document object the simple boolean property like "InaccessibleText" BUT the FullSearch pane will still search in such document when you search in folder that contains the source-file of document (because 'InaccessibleText' prop is only open-time property and cannot be saved to the source file)...

Best
Regards.
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.