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

Différence entre versions

De MappingDoc
(Page créée avec « The libstdc++ library must be installed on the server prior to installing MAPPDFA »)
(Mise à jour pour être en accord avec la nouvelle version de la source de la page)
Ligne 24 : Ligne 24 :
  
 
The program is then installed in the destination lib as well as the resources in the xxx/mapping/bin and xxx/mapping/conf folders
 
The program is then installed in the destination lib as well as the resources in the xxx/mapping/bin and xxx/mapping/conf folders
 +
 +
==paramétrage==
 +
===introduction===
 +
A partir de la version MAPPDFA V1.1.1, MAPPDFA peut récupérer les erreurs générées et avoir un comportement spécial.
 +
En V1.1.1, il est possible de rendre les polices en image vectorielle.
 +
===détails===
 +
La liste des messages d'erreur/warning pour lesquels on souhaite avoir un comportement particulier se situe dans le fichier :
 +
 +
xxx/mapping/conf/gserror.txt
 +
 +
Voici sa structure :
 +
 +
cannot be embedded because of licensing restrictions=vectorize_fonts<br>
 +
A font missing from the input PDF has been substituted=vectorize_fonts
 +
 +
* Si on obtient un message d'erreur content : cannot be embedded because of licensing restrictions  ALORS  on vectorise les polices
 +
* Si on obtient un message d'erreur content : A font missing from the input PDF has been substituted=vectorize_fonts  ALORS  on vectorise les polices
  
 
==Utilization==
 
==Utilization==

Version du 18 mars 2020 à 10:35

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.

The libstdc++ library must be installed on the server prior to installing MAPPDFA

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)

Then Execute the install : INSTALL + F4

Library destination : Lib where you will install the prog and command
Mapping Path : IFS mapping path folder (same path as the one defined in your configuration of your Mapping env Example : /home/mapping)


The program is then installed in the destination lib as well as the resources in the xxx/mapping/bin and xxx/mapping/conf folders

paramétrage

introduction

A partir de la version MAPPDFA V1.1.1, MAPPDFA peut récupérer les erreurs générées et avoir un comportement spécial. En V1.1.1, il est possible de rendre les polices en image vectorielle.

détails

La liste des messages d'erreur/warning pour lesquels on souhaite avoir un comportement particulier se situe dans le fichier :

xxx/mapping/conf/gserror.txt

Voici sa structure :

cannot be embedded because of licensing restrictions=vectorize_fonts
A font missing from the input PDF has been substituted=vectorize_fonts

  • Si on obtient un message d'erreur content : cannot be embedded because of licensing restrictions ALORS on vectorise les polices
  • Si on obtient un message d'erreur content : A font missing from the input PDF has been substituted=vectorize_fonts ALORS on vectorise les polices

Utilization

Example 1 - Conversion of a simple pdf to 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')