<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content=text/html;charset=ISO-8859-1>
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><FONT face=Arial color=#000080 size=2>Hi Volodymyr. Thanx for the
suggestion. The problem I found with making the image a background, is that only
the parts of the image where there was text on the page showed up. In other
words, if only half of the page had text, then only half of the image displayed.
Is there any way around that?</FONT></DIV>
<DIV><FONT face=Arial color=#000080 size=2>Thanx,</FONT></DIV>
<DIV><FONT face=Arial color=#000080 size=2>David</FONT></DIV>
<DIV> </DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000080 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=Volodymyr.Mykhailyk@intelliarts.com
href="mailto:Volodymyr.Mykhailyk@intelliarts.com">Volodymyr Mykhailyk</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=xep-support@renderx.com
href="mailto:xep-support@renderx.com">xep-support@renderx.com</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, May 29, 2006 12:40 PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [xep-support] Image
fitting</DIV>
<DIV><BR></DIV>Hi David,<BR>it is probably caused with margins in layout
masters. To insert graphic to fill the page (for example in front-matter, or
opener page of chapter), we are usually inserting it from layout
masters.<BR>If you have some margin's in layout masters replace them with
paddings, set margin to 0, and place your image as page background.<BR>here is
example:<BR><TT>
<fo:simple-page-master<BR>
master-name="Chapter-first-page"<BR>
page-width="7in"<BR>
page-height="9in"><BR>
<fo:region-body<BR>
<FONT color=#3333ff>margin="0"</FONT><BR>
<FONT
color=#3333ff>background-image="url(path_to_image)"<BR>
background-repeat="no-repeat"</FONT><BR>
padding-left=".9in"<BR>
padding-right="2.5in"<BR>
padding-top=".8in"<BR>
padding-bottom="1.25in"/><BR>
<fo:region-before extent=".75in"<BR>
display-align="before"<BR>
region-name="first-header"/><BR>
<fo:region-after extent=".8in"<BR>
padding-left="1in"<BR>
padding-right=".4in"<BR>
padding-bottom=".8in"<BR>
display-align="after"<BR>
region-name="first-footer"/><BR>
</fo:simple-page-master><BR></TT>If you want this image appear only from
one side of page just create image (transparent or white) of page size and
place your side image in it. <BR>--BS<BR>Dovid Zalkin wrote:
<BLOCKQUOTE cite=mid00a901c6824c$2040a270$070aa8c0@tech26d66c5867
type="cite"><META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
<DIV><FONT face=Arial color=#000080 size=2>Hi. I have an image I am using as
a sidebar at the beginning of each chapter of my document. I have a small
problem: If I resize the graphic to be exactly the size of the page, it
doesn't show up at all in the PDF. However, if it is small enough to appear,
it doesn't fill up the whole height of the page; there is a small amount of
whitespace at the top and bottom of the image in the PDF. My client wants
the image to fill up the page completely. Any suggestions will be
welcome.</FONT></DIV>
<DIV><FONT face=Arial color=#000080 size=2>Thank you,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial color=#000080 size=2>David Zalkin<BR>Technology
Consultant<BR>Tech-Tav Documentation Ltd.<BR>+972 (0)57 313
8506</FONT></DIV></BLOCKQUOTE><BR>------------------- (*) To unsubscribe, send
a message with words 'unsubscribe xep-support' in the body of the message to
majordomo@renderx.com from the address you are subscribed from. (*) By using
the Service, you expressly agree to these Terms of Service
http://www.renderx.com/terms-of-service.html </BLOCKQUOTE></BODY></HTML>