DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37136>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37136

           Summary: external-graphic dimensions and rendering
           Product: Fop
           Version: 1.0dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: images
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


==========================================================================
Sample1: The image will not be sized to the specified dimensions
==========================================================================

<fo:block-container position="absolute" left="66.00mm" top="72.00mm" 
width="100.00mm" height="75.00mm">
  <fo:block>
    <fo:external-graphic src="file:your_image.jpg" width="100.00mm" 
height="75.00mm"/>
  </fo:block>
</fo:block-container>

==========================================================================
Sample2: The rendered PDF file fails to load, and fop reports exceptions

java.lang.RuntimeException: Some content could not fit into a line/page after 
50 attempts. Giving up to avoid an endless loop.
Exception
javax.xml.transform.TransformerException: java.lang.RuntimeException: Some 
content could not fit into a line/page after 50 attempts. Giving up to avoid an 
endless loop.

==========================================================================

<fo:block height="75.00mm">
  <fo:external-graphic src="file:your_image.jpg" width="100.00mm"/>
</fo:block>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to