<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
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>&nbsp;&nbsp;&nbsp; &lt;fo:simple-page-master<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; master-name="Chapter-first-page"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; page-width="7in"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; page-height="9in"&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;fo:region-body<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <font color="#3333ff">margin="0"</font><br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <font color="#3333ff">background-image="url(path_to_image)"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; background-repeat="no-repeat"</font><br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; padding-left=".9in"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; padding-right="2.5in"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; padding-top=".8in"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; padding-bottom="1.25in"/&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;fo:region-before extent=".75in"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; display-align="before"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; region-name="first-header"/&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;fo:region-after extent=".8in"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; padding-left="1in"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; padding-right=".4in"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; padding-bottom=".8in"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; display-align="after"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; region-name="first-footer"/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/fo:simple-page-master&gt;<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 http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.2873" name="GENERATOR">
  <style></style>
  <div><font color="#000080" face="Arial" 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 color="#000080" face="Arial" size="2">Thank you,</font></div>
  <div>&nbsp;</div>
  <div><font color="#000080" face="Arial" size="2">David Zalkin<br>
Technology Consultant<br>
Tech-Tav Documentation Ltd.<br>
+972 (0)57 313 8506</font></div>
</blockquote>
<br>
</body>
</html>
-------------------
(*) 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