<!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>
could you provide more info about this. How do you inserting this image
into PDF (background of block, background of block-container,
background of page, ...)? Maybe some XSL-FO source, screenshot, etc. I
can't advice you, until I will be able to imagine (or see) the
situation.<br>
--BS<br>
Dovid Zalkin wrote:
<blockquote cite="mid000701c683d2$1e99bb00$070aa8c0@tech26d66c5867"
 type="cite">
  <title></title>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <meta content="MSHTML 6.00.2900.2873" name="GENERATOR">
  <div><font color="#000080" face="Arial" 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 color="#000080" face="Arial" size="2">Thanx,</font></div>
  <div><font color="#000080" face="Arial" size="2">David</font></div>
  <div>&nbsp;</div>
  <blockquote
 style="border-left: 2px solid rgb(0, 0, 128); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">
    <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">-----
Original Message ----- </div>
    <div
 style="background: rgb(228, 228, 228) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>From:</b>
    <a title="Volodymyr.Mykhailyk@intelliarts.com"
 href="mailto:Volodymyr.Mykhailyk@intelliarts.com">Volodymyr Mykhailyk</a>
    </div>
    <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b>
    <a title="xep-support@renderx.com"
 href="mailto:xep-support@renderx.com">xep-support@renderx.com</a> </div>
    <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b>
Monday, May 29, 2006 12:40 PM</div>
    <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><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>&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 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>
------------------- (*) To unsubscribe, send a message with words
'unsubscribe xep-support' in the body of the message to
<a class="moz-txt-link-abbreviated" href="mailto:majordomo@renderx.com">majordomo@renderx.com</a> from the address you are subscribed from. (*) By
using the Service, you expressly agree to these Terms of Service
<a class="moz-txt-link-freetext" href="http://www.renderx.com/terms-of-service.html">http://www.renderx.com/terms-of-service.html</a> </blockquote>
</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