hello. i want to generate pdf with text and some images inside it. 
for example this part of fo
<fo:block>
  sometext
  <fo:inline> 
    <fo:external-graphic display-align="center" scaling="uniform"
src="00000001.tif" />
  </fo:inline> 
  some text
  <fo:inline>
    <fo:external-graphic display-align="center" scaling="uniform"
src="00000001.tif" />
  </fo:inline> 
  some text
<fo:block>
but when there must be a new page or new string fop does not make it and my
image does not display correct in pdf (overflows visible area).
if i use fo:block instead of fo:inline all is good, but i have to use
fo:inline becouse if it is possible image must be displayed on the same
string.
thx:)
-- 
View this message in context: 
http://old.nabble.com/problem-with-fo%3Ainline-and-fo%3Aexternal-graphic%2C-overflows-tp26941207p26941207.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to