Search found 1 match

by Jackdaniels
Tue Feb 09, 2021 12:26 pm
Forum: XSLT and FOP
Topic: adding a jpg image in XSLT
Replies: 1
Views: 1317

adding a jpg image in XSLT

Hello all, I'm trying to add a logo that will be rendered in a PDF file through XSLT. the formula I'm trying to use is the following but it doesn't work: <fo:block> <fo:external-graphic src="url(file:\C:\Users\Desktop\logo.jpg)"/> </fo:block> Does anyone know how to make this work? Thanks ...