> No, this isnt possible in FOP. In general, XSL-FO will let you do this,
its
> just that FOP only has limited support for block-container. Why do you
think
> you need this feature? Perhaps there is a different way to achieve the
same
> effect?
>
I'm creating an editor in which one can upload images and it's got a feature
to
specify the width or height only, so it scales it nicely (like in html
pages).
This content get's dumped into xml and from their I do a transformation
with fop..

> >
> ><fo:block-container top="230mm" left="40mm" height="30mm"
> >position="absolute">
> >     <fo:block>
> >         <fo:external-graphic height="30mm" src="sign.gif"/>
> >     </fo:block>
> ></fo:block-container>
> >
>
> The current version of FOP requires width to be specified on
> block-container. And if you dont specify width on external-graphic, your
> image will be rendered at 72dpi.
>
Well your last remark ends my exploration immediatly, I can't have the
quality
of the pictures be ruine because of a nice editor feature. I'll just have to
fix something
in my program to do som pre-processing I guess..

Thanx,
Wouter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to