Images TIFF dans un PDF/A-1b (FOP-0.94)
Bonjour,
je tente de créer un PDF/A-1b à l'aide de l'api FOP-0.94, mais à la validation j'ai une erreur sur les profiles ICC.
Donc mon fichier de configuration j'ai ça :
<renderers>
<renderer mime="application/pdf">
<fonts>
<font metrics-url="helvetica.ttf.xml" kerning="yes" embed-url="helvetica.ttf">
<font-triplet name="Helvetica" style="normal" weight="normal"/>
</font>
</fonts>
<output-profile>files/tiff/srgb color space profile.icm</output-profile>
</renderer>
</renderers>
Dans la feuille fo j'ai ça :
....
<fo:declarations>
<fo:color-profile color-profile-name="sRGB" src="files/tiff/srgb color space profile.icm"/>
</fo:declarations>
....
<fo:block break-before="page" text-align="center">
<fo:external-graphic display-align="before" text-align="center" scaling="uniform" src="files/tiff/image1.tif" height="297mm" width="210mm"/>
</fo:block>
....
Quelqu'un peut-il me venir en aide?
MErci