ONYX - 9.0 - Utilisation - XPSConfig et conversion PDF/en
Différence entre versions
(Page créée avec « ====Electronic Signature==== ») |
(Page créée avec « The tags below are used to enable electronic signature of PDF documents created with Mapping ONYX Server: <signclass>3</signclass> <signmode>FILENAME</signmode> <signpa... ») |
||
Ligne 24 : | Ligne 24 : | ||
====Electronic Signature==== | ====Electronic Signature==== | ||
− | + | The tags below are used to enable electronic signature of PDF documents created with Mapping ONYX Server: | |
<signclass>3</signclass> | <signclass>3</signclass> | ||
<signmode>FILENAME</signmode> | <signmode>FILENAME</signmode> |
Version du 4 novembre 2019 à 14:34
Sommaire
Converting to PDF
Language Tags
You will need to use a XPS to PDF conversion profile. First, set the output language to PDF using the Language tabs as shown: <language>PDF</language>
PDF/A output
Us the tags below to enable PDF/A output:
<pdfa>on</pdfa>
The parameter is set to off by default
When <pdfa> is enabled, the next parameter is for which version of PDF/A you want to use.
<pdfaversion>1b</pdfaversion>
Supported values include:
- 1b (default, for PDF/A-1b)
- 2b (for PDF/A-2b)
- 2u (for PDF/A-2u)
- 3b (for PDF/A-3b)
Electronic Signature
The tags below are used to enable electronic signature of PDF documents created with Mapping ONYX Server:
<signclass>3</signclass> <signmode>FILENAME</signmode> <signpassword>test</signpassword> <signdriver>OPENSSL</signdriver> <signsha1hash>3eb783643e522c81d1e34c1943e6f4163e9ad439</signsha1hash> <signpemfile>C:\tmp\test.pem</signpemfile> <signcerfile>C:\tmp\test.cer</signcerfile> <signpfxfile>C:\tmp\valid.pfx</signpfxfile> <timestampurl>http://servertemp.domain/tsp</timestampurl>
Par défaut, les documents PDF produits par ONYX Server ne sont pas signés.
Protection des PDF
L’ensemble des paramètres suivants permettent de piloter les différentes protections des documents PDF produits en sortie d'ONYX Server :
<encryptmode>on</encryptmode> <encryptuserpwd>mapadmin</encryptuserpwd> <encryptownerpwd>********</encryptownerpwd> <encryptallowall>on</encryptallowall> <encryptallowprint>on</encryptallowprint> <encryptallowmodify>on</encryptallowmodify> <encryptallowdataextraction>on</encryptallowdataextraction> <encryptallowcomment>on</encryptallowcomment> <encryptallowsignature>on</encryptallowsignature> <encryptallowaccessibility>on</encryptallowaccessibility> <encryptallowassemble>on</encryptallowassemble> <encryptallowhightlevel>on</encryptallowhightlevel>
Par défaut, les documents PDF produits par ONYX Server ne sont pas protégés.