OPALE - 10.0 - Utilisation - Conversion PDF vers PDFA/en
Différence entre versions
(Page créée avec « ==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 insta... ») |
(Page créée avec « The pdf input file must not contain licensed fonts. If so, the output file will contain dots instead of the actually text. ») |
||
Ligne 6 : | Ligne 6 : | ||
When executing MAPPDFA, the MAPPING library must be online. (edtlibl) | 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. | |
Il est également recommandé de ne pas avoir d'annotation dans le PDF ainsi que de police UTF16BE. | Il est également recommandé de ne pas avoir d'annotation dans le PDF ainsi que de police UTF16BE. |
Version du 18 février 2020 à 16:57
Sommaire
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.
Il est également recommandé de ne pas avoir d'annotation dans le PDF ainsi que de police UTF16BE.
Installation
Le setup est composé d'un SAVF contenant la programme et la commande MAPPDFA. Ces deux objets sont à restaurer dans une lib, cette lib peut être la bibliothèque des programmes Mapping. Le programme MAPPDFA utilise une version PASE pour IBMi de Ghostscript, le programme Ghostscript doit être installé dans un sous dossier 'bin' du répertoire mapping sur l'IFS.
Utilisation
Exemple 1 - Conversion du fichier simple_pdf.pdf en PDFA1
MAPPDFA INFILE('/home/mapping/simple_pdf.pdf') TYPE(*PDFA1) OUTFILE('/home/mapping/pdfa1_pdf.pdf')
Exemple 2 - Conversion du fichier simple_pdf.pdf en PDFA2
MAPPDFA INFILE('/home/mapping/simple_pdf.pdf') TYPE(*PDFA2) OUTFILE('/home/mapping/pdfa2_pdf.pdf')
Exemple 3 - Conversion du fichier simple_pdf.pdf en PDFA3
MAPPDFA INFILE('/home/mapping/simple_pdf.pdf') TYPE(*PDFA2) OUTFILE('/home/mapping/pdfa3_pdf.pdf')