we are working with PDf/A with antenna house,in xsl-fo added color profile with url local file system facing error below
1)if we dont add color profile we getting error like below
jp.co.antenna.XfoJavaCtl.XfoException: PDF output error. (3500) Empty Output Intent Error
2)if we add color profile in xsl-fo error like below
jp.co.antenna.XfoJavaCtl.XfoException:PDF output error. (3352) Load ICC Color Profile Error:
<fo:Declarations>
<fo:color-profile src="url('xx/sRGB.icc')" color-profile-name="sRGB IEC61966-2.1" />
or
<fo:color-profile src="url(file:///xx/sRGB.icc)" color-profile-name="sRGB IEC61966-2.1" />
</fo:Declarations>
Kindly help on this ??