Hello!
 
I'm using fop 0.25 for quite complex design and output to pdf. i had some problems which i managed to solve, but one remains :
 
in some files, fop has problem with element <fo:block-container> and positioning it on X axis. I mean - i have several <fo:block-container> elements with the same value in left attribute and different values in top attribute. One or more (smaller part of all) are rendered rather strange - x position of the block-container is badly shifted to right.
i found solution - to manually change the order of the <fo:block-container> elements. but it sometimes results to shifting another <fo:block-containers>.
 
is this known problem for fop 0.25? i need it for rather big project - i think it would be really good testing for fop .. :)
 
ps:
 
i have another problem, which i managed to solve, but i do not like my solution :). i have this piece of code :
 
<fo:block>
<fo:inline font-family="arial">a</fo:inline>
<fo:inline font-family="courrier">b</fo:inline>
<fo:inline font-family="arial">c</fo:inline>
<fo:inline font-family="courrier">d</fo:inline>
</fo:block>
 
is there any way to get 'a' 'b' 'c' 'd' to render on one line? i mean, without putting all <fo:inline> on the same line (i have looong lines), like this:
 
<fo:block><fo:inline font-family="arial">a</fo:inline><fo:inline font-family="courrier">b</fo:inline>...
 
when i tried to use <inline-container>, nothing was rendered.
 
my solution is something like this:
<fo:block font-family="arial">
a<fo:inline font-family="courrier">b</fo:inline>c<fo:inline font-family="courrier">d</fo:inline>
</fo:block>
 
thanx for anything.
 
Ing. Michal Bachorík, Product Specialist
email: [EMAIL PROTECTED]
phone: +421 903 43 43 46
 
Exprit s.r.o., Jilemnického 2
911 01 Trenčín SLOVAKIA
 

Reply via email to