ONYX - 9.0 - Utilisation - XPSConfig et conversion PDF/en

Différence entre versions

De MappingDoc
(Page créée avec « ONYX:9.0:Utilisation:XPSConfig and conversion to PDF »)
 
 
(15 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
<languages/>
 
<languages/>
  
==Conversion en PDF==
+
==Converting to PDF==
 +
This page explains how to use an XPS to PDF conversion profile to set the expected type of PDF output, electronic signature and the different protection options.
  
===Balise Language===
+
===Language Tags===
Pour paramétrer le profil de conversion en conversion XPS to PDF, il faut mettre le paramètre language à PDF
+
To set the conversion profile to produce PDF output, first add the Language tabs as shown:
<language>PDF</language>
+
<language>PDF</language>
  
===Sortie PDF/A===
+
===PDF/A output===
Le paramètre suivant permet d’activer une sortie PDF/A conforme à la norme :  
+
Use the tags below to enable PDF/A output:  
 
  <pdfa>on</pdfa>
 
  <pdfa>on</pdfa>
''Ce paramètre est à off par défaut''
+
''The parameter is set to off by default''
  
Lorsque ce paramètre <pdfa> est activé, le paramètre suivant permet de spécifier une autre version PDF/A.
+
When <pdfa> is enabled, the next parameter is for which version of PDF/A you wish to use.
 
  <pdfaversion>1b</pdfaversion>
 
  <pdfaversion>1b</pdfaversion>
Les valeurs possibles sont les suivantes :
+
Supported values include:
* 1b (par défaut, pour PDF/A-1b)
+
* 1b (default, for PDF/A-1b)
* 2b (pour PDF/A-2b)
+
* 2b (for PDF/A-2b)
* 2u (pour PDF/A-2u)
+
* 2u (for PDF/A-2u)
* 3b (pour PDF/A-3b)
+
* 3b (for PDF/A-3b)
  
  
  
====Signature électronique====
+
====Electronic Signature====
  
L’ensemble des paramètres suivants permettent d’apposer une signature électronique aux documents PDF en sortie d'ONYX Server :
+
Use the tags below to enable electronic signature of PDF documents created with Mapping ONYX Server:
 
  <signclass>3</signclass>
 
  <signclass>3</signclass>
 
  <signmode>FILENAME</signmode>
 
  <signmode>FILENAME</signmode>
Ligne 35 : Ligne 36 :
 
  <timestampurl>http://servertemp.domain/tsp</timestampurl>
 
  <timestampurl>http://servertemp.domain/tsp</timestampurl>
  
Par défaut, les documents PDF produits par ONYX Server ne sont pas signés.
+
By default, the PDF documents produced using ONYX Server are not signed.
  
  
====Protection des PDF====
+
====Protecting PDF Files====
  
L’ensemble des paramètres suivants permettent de piloter les différentes protections des documents PDF produits en sortie d'ONYX Server :
+
Use the tags below to enable the various protection settings for PDF files produced using ONYX Server:
 
  <encryptmode>on</encryptmode>
 
  <encryptmode>on</encryptmode>
 
  <encryptuserpwd>mapadmin</encryptuserpwd>
 
  <encryptuserpwd>mapadmin</encryptuserpwd>
Ligne 54 : Ligne 55 :
 
  <encryptallowhightlevel>on</encryptallowhightlevel>
 
  <encryptallowhightlevel>on</encryptallowhightlevel>
  
Par défaut, les documents PDF produits par ONYX Server ne sont pas protégés.
+
By default, the PDF documents produced using ONYX Server are not protected.

Version actuelle datée du 4 novembre 2019 à 14:44

Autres langues :
English • ‎français

Converting to PDF

This page explains how to use an XPS to PDF conversion profile to set the expected type of PDF output, electronic signature and the different protection options.

Language Tags

To set the conversion profile to produce PDF output, first add the Language tabs as shown:

<language>PDF</language>

PDF/A output

Use 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 wish 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

Use the tags below 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>

By default, the PDF documents produced using ONYX Server are not signed.


Protecting PDF Files

Use the tags below to enable the various protection settings for PDF files produced using 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>

By default, the PDF documents produced using ONYX Server are not protected.