Local images are not rendered in PDF channel
I am trying to render local image in the PDF channel . But its not displying in PDF channel. But local images are displaying in html page
This is the below code for image
<fo:external-graphic src='$CMS_REF(st_image,abs:3, resolution:set_resolution)$' content-width="100mm" scaling="non-uniform" />
-
Hello Geetha,
I never tried to use a resolution within the pdf output and never used a non-uniform scaling.
Is it working if you instead use:<fo:external-graphic src='$CMS_REF(st_image,abs:3)$' content-width="100mm" scaling="uniform" />
If not, which type of picture is it? If not png or jpeg, try them instead.
If it is working, try to change scaling and then the resolution to identify, which parameter breaks it.
If it is the resolution - is the image type changed for the resolution? If so, is it working if you use png or jpeg as the target type?
Best regards,
Holger0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar