xsl-list
[Top] [All Lists]

RE: [xsl] is it possible to resize an image to display smaller than the original

2012-04-02 07:00:46
Thank you - will try it out this morning.

-----Original Message-----
From: davep [mailto:davep(_at_)dpawson(_dot_)co(_dot_)uk] 
Sent: Sunday, April 01, 2012 3:10 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] is it possible to resize an image to display smaller than 
the original

On 31/03/12 14:39, David Ryan wrote:
I changed the xsl to use your suggestion:

  <fo:external-graphic src="file:{/data/Photo}"/>

but when I run it, it doesn't find the image file saying Image not 
available.  I confirmed the image is in the referenced location.  any 
ideas?

http://www.w3.org/TR/xsl/#fo_external-graphic

try
<fo:external-graphic src="url(file.jpg)" /> If you can, make the file relative 
rather than absolute and don't have spaces in path or filenames.


Two attributes useful for scaling are
content-height="3" scaling="uniform"
or content-width

HTH



regards

--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--