XSL-FO fo:external-graphic content height attribute not working
Jul 18, 2016
01:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 18, 2016
01:58 PM
XSL-FO fo:external-graphic content height attribute not working
I am having an issue with Arbortext Publishing Engine 7.0 M010 using an XSL-FO stylesheet. PE is not reading the fo:external-graphic content height attribute value.
CODE: <fo:external-graphic src="cams.png" content-height="0.50in"/>
It blows the graphic up more that 10 times the size. The only content height I have been able to get to work is a percentage.
Has anyone else experienced this problem? If so what did you do to correct it?
Thanks,
Sarah Price
Solved! Go to Solution.
Labels:
- Labels:
-
Publishing
ACCEPTED SOLUTION
Accepted Solutions
Jul 18, 2016
03:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 18, 2016
03:22 PM
This code works:
<fo:external-graphic src="cams.png" content-height="scale-to-fit" height="0.50in"/>
1 REPLY 1
Jul 18, 2016
03:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 18, 2016
03:22 PM
This code works:
<fo:external-graphic src="cams.png" content-height="scale-to-fit" height="0.50in"/>
