Document Info Bar

<< Click to Display Table of Contents >>

Navigation:  PDF-XChange Editor > Customization > Active Directory Administrative Template for PDF-XChange Editor > Available Policies >

Document Info Bar


 

100x100 Document Info Bar

 


 

Category:

Document Info Bar

Policy Name:

Document Info Bar

Requirements:

PDF-XChange Editor v7.0.323 or later.

Description:

A list of document info bar panels with their permission levels.

 

The list is a string of elements each separated by a '|' (pipe) character. Each element consists of two parts separated by a ':' (colon).

The first part is a document info bar panel ID, and the second part is the access mode level. Possible levels are:

 

0 - disable;

1 - enable;

 

An asterisk '*' defines the level for all panels that are not explicitly mentioned in the list that follows it.

Reg Key Location:

HKEY_LOCAL_MACHINE\Software\Policies\Tracker Software\PDFXEditor\3.0\DocInfoBar

Reg Key Name:

t.Spans

Registry Key Type:

REG_SZ

Available Values:

Standard document info bar panel IDs:

 

docInfoBarSpan.ProFeaturesUsed = "Protected Features"

docInfoBarSpan.ViewSignVer = "Signed Version"

docInfoBarSpan.PDFA = "PDF/A Document"

docInfoBarSpan.DigiSig = "Digital Signature"

docInfoBarSpan.Form = "Form"

docInfoBarSpan.ApplyRedact = "Redaction"

docInfoBarSpan.ApplySign = "Signatures and Initials"

docInfoBarSpan.BrokenFlags = "Broken Document"

docInfoBarSpan.FlashAvail = "Flash Player"

docInfoBarSpan.UR3 = "Acrobat Reader Protection"

docInfoBarSpan.CryptAlter = "Unauthorized Alteration"

docInfoBarSpan.DefaultLayer = "Default Layer"

mainInfoBarSpan.licenseInfo = "License Info"

ibar.sharepoint = "SharePoint Document"

 

Please note that panel IDs are case sensitive.

 

Examples:

 

'*:0|DigiSig:1' - disable all info bars except the "Digital Signature" info bar.

'*:0|DigiSig:1|Form:1' - disable all info bars except the "Digital Signature" and "Form" info bars.

'ProFeatureUsed:0|ApplyRedact:0' - disable only the "Pro Feature Used" and "Apply Redaction" info bars.

'Form:0' - disable only the "Form" info bar.