OPALE - 10.0 - Utilisation - Conversion PDF vers PDFA/en

Différence entre versions

De MappingDoc
Ligne 1 : Ligne 1 :
<languages/>
+
<languages />
 +
<div class="mw-translate-fuzzy">
 
==Introduction==
 
==Introduction==
 
The command MAPPDFA converts a PDF to a PDF/A (Compatible PDF/A-1b, PDF/A-2b, PDF/A-3b)
 
The command MAPPDFA converts a PDF to a PDF/A (Compatible PDF/A-1b, PDF/A-2b, PDF/A-3b)
Ligne 5 : Ligne 6 :
 
This command is not included with the basic installation. A separated install package needed to be installed.
 
This command is not included with the basic installation. A separated install package needed to be installed.
 
When executing MAPPDFA, the MAPPING library must be online. (edtlibl)
 
When executing MAPPDFA, the MAPPING library must be online. (edtlibl)
 +
</div>
  
 
The pdf input file must not contain licensed fonts. If so, the output file will contain dots instead of the actually text.
 
The pdf input file must not contain licensed fonts. If so, the output file will contain dots instead of the actually text.
Ligne 11 : Ligne 13 :
  
 
==Installation==
 
==Installation==
The setup in made of SAVF containing the program and the MAPPDFA command. Those 2 objects are restored in the library. (This library can be the Mapping program library)
+
The setup in made of a SAVF containing the resources needed, the program and the MAPPDFA command. it needs to be restored in the QTEMP lib.
 +
 
 +
RSTOBJ OBJ(*ALL) SAVLIB(QTEMP) DEV(*SAVF) SAVF(QGPL/MAPPDFA) RSTLIB(QTEMP)       
 +
 
 +
Ensuite lancer le programme INSTALL + F4
 +
 
 +
Library destination : Bib où vous souhaitez installer le programme<br>
 +
Mapping Path : Chemin IFS du répertoire mapping (même chemin que celui spécifié dans les paramètre Mapping) (Exemple : /home/mapping)
 +
 
 +
 
 +
Le programme est alors installé dans la bibliothèque de destination ainsi que les fichiers ressources dans le répertoire xxx/mapping/bin et xxx/mapping/conf
  
The MAPPDFA program uses the PASE version for IBMi of GhostScript. The GhostScript program must be installed in the bin directory of the mapping folder of the IFS.
 
 
==Utilisation==
 
==Utilisation==
===Example 1 - Convert a simple pdf file to a PDF/A-1b ===
+
===Exemple 1 - Conversion du fichier simple_pdf.pdf en PDFA/1-b===
  
 
MAPPDFA INFILE('/home/mapping/simple_pdf.pdf') TYPE(*PDFA1) OUTFILE('/home/mapping/pdfa1_pdf.pdf')   
 
MAPPDFA INFILE('/home/mapping/simple_pdf.pdf') TYPE(*PDFA1) OUTFILE('/home/mapping/pdfa1_pdf.pdf')   
  
 +
<div class="mw-translate-fuzzy">
 
===Example 2 - Convert a simple pdf file to a PDF/A2-b ===
 
===Example 2 - Convert a simple pdf file to a PDF/A2-b ===
 +
</div>
  
 
MAPPDFA INFILE('/home/mapping/simple_pdf.pdf') TYPE(*PDFA2) OUTFILE('/home/mapping/pdfa2_pdf.pdf')   
 
MAPPDFA INFILE('/home/mapping/simple_pdf.pdf') TYPE(*PDFA2) OUTFILE('/home/mapping/pdfa2_pdf.pdf')   
  
 +
<div class="mw-translate-fuzzy">
 
===Example 3 - Convert a simple pdf file to a PDF/A3-b ===
 
===Example 3 - Convert a simple pdf file to a PDF/A3-b ===
 +
</div>
  
 
MAPPDFA INFILE('/home/mapping/simple_pdf.pdf') TYPE(*PDFA2) OUTFILE('/home/mapping/pdfa3_pdf.pdf')
 
MAPPDFA INFILE('/home/mapping/simple_pdf.pdf') TYPE(*PDFA2) OUTFILE('/home/mapping/pdfa3_pdf.pdf')

Version du 21 février 2020 à 07:48

Autres langues :
English • ‎français

Introduction

The command MAPPDFA converts a PDF to a PDF/A (Compatible PDF/A-1b, PDF/A-2b, PDF/A-3b)

Prerequistes

This command is not included with the basic installation. A separated install package needed to be installed. When executing MAPPDFA, the MAPPING library must be online. (edtlibl)

The pdf input file must not contain licensed fonts. If so, the output file will contain dots instead of the actually text.

It is also recommanded not to have annotations and UTF16BE fonts inside the input PDF.

Installation

The setup in made of a SAVF containing the resources needed, the program and the MAPPDFA command. it needs to be restored in the QTEMP lib.

RSTOBJ OBJ(*ALL) SAVLIB(QTEMP) DEV(*SAVF) SAVF(QGPL/MAPPDFA) RSTLIB(QTEMP)

Ensuite lancer le programme INSTALL + F4

Library destination : Bib où vous souhaitez installer le programme
Mapping Path : Chemin IFS du répertoire mapping (même chemin que celui spécifié dans les paramètre Mapping) (Exemple : /home/mapping)


Le programme est alors installé dans la bibliothèque de destination ainsi que les fichiers ressources dans le répertoire xxx/mapping/bin et xxx/mapping/conf

Utilisation

Exemple 1 - Conversion du fichier simple_pdf.pdf en PDFA/1-b

MAPPDFA INFILE('/home/mapping/simple_pdf.pdf') TYPE(*PDFA1) OUTFILE('/home/mapping/pdfa1_pdf.pdf')

Example 2 - Convert a simple pdf file to a PDF/A2-b

MAPPDFA INFILE('/home/mapping/simple_pdf.pdf') TYPE(*PDFA2) OUTFILE('/home/mapping/pdfa2_pdf.pdf')

Example 3 - Convert a simple pdf file to a PDF/A3-b

MAPPDFA INFILE('/home/mapping/simple_pdf.pdf') TYPE(*PDFA2) OUTFILE('/home/mapping/pdfa3_pdf.pdf')