Translations - ONYX - Utilisation - PCL(UTF8) to XPS/10/en

Différence entre versions

De MappingDoc
(Page créée avec « ===Convert a PCL(UTF8) into PDFvia a convertion profile=== »)
 
 
Ligne 1 : Ligne 1 :
 
===Convert a PCL(UTF8) into PDFvia a convertion profile===
 
===Convert a PCL(UTF8) into PDFvia a convertion profile===
 +
 +
To avoid having to go through a XPS profile then to a PDF profile, it is possible to put the decodeutf8 to ON directly within the PDF convertion profile.
 +
 +
  <pdf>
 +
    <label>PDF</label>
 +
    <language>PDF</language>
 +
    '''<decodeutf8>ON</decodeutf8>'''
 +
  </pdf>

Version actuelle datée du 26 mai 2020 à 10:29

Informations concernant le message (contribuer)

Ce message n’est pas documenté. Si vous savez où ou comment il est utilisé, vous pouvez aider les autres traducteurs en créant sa documentation.

Définition du message (ONYX:Utilisation:PCL(UTF8) to XPS)
===Conversion d'un fichier PCL(UTF-8) en PDF via un profil de conversion===
Afin d'éviter de passer par un profil de conversion en XPS puis en PDF, il est possible de mettre la valeur decodeutf8 à ON directement dans le profil de conversion PDF :
 
  <pdf>
   <label>PDF</label>
   <language>PDF</language>
   '''<decodeutf8>ON</decodeutf8>'''
  </pdf>
Traduction===Convert a PCL(UTF8) into PDFvia a convertion profile===

To avoid having to go through a XPS profile then to a PDF profile, it is possible to put the decodeutf8 to ON directly within the PDF convertion profile.

  <pdf>
   <label>PDF</label>
   <language>PDF</language>
   '''<decodeutf8>ON</decodeutf8>'''
  </pdf>

Convert a PCL(UTF8) into PDFvia a convertion profile

To avoid having to go through a XPS profile then to a PDF profile, it is possible to put the decodeutf8 to ON directly within the PDF convertion profile.

 <pdf>
   <label>PDF</label>
   <language>PDF</language>
   <decodeutf8>ON</decodeutf8>
 </pdf>