Transparent images are not allowed in pdf/a standard. Therefore apache fop transformation will fail with an exception, when a xml with an embedded transparent image is transformed to a pdf/a.
Is it possible to display an error image placeholder when fop fails to embed an image into pdf/a? I thought about calling some java code to check if the image is transparent before rendering the image into the pdf? Is that possible?
Best