We have a use case to overlap 2 images – one tiff and one jpg . We need both AFP and PDF to be generated.
The solution I used was to create a block container inside a table cell with absolute-position=”absolute” with image as <fo:external-graphic> ,have one block in same table cell with other image in . This works fine when FOP creates AFP but when I try to generate PDF with same xsl, the overlapping effect does not work. I dont see image in svg. Am I missing anything ? If I cannot use same xsl template for both how do I solve this for PDF file.
smisri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.