> How about doing the whole thing in SVG?

Problem is that I then loose the text formatting features fo offers. I am
assuming that outputting fo(p) input to svg output is not anywhere near
"production" quality, but I am not sure that assumptions is true.

> There's one hack you can try (0.93 or later): Manipulating the area tree
> XML
> 
> Give your block-container an "id". If you render your document using -at,
> you get an XML file. Locate the "block" element that has a "prod-id"
> attribute with the id you've given the block-container. There may be
> more than one. Choose the one that has is-viewport-area="true". There,
> you'll find an attribute called "ctm". That's a transformation matrix.
> If you manipulate it you may be able to achieve the effect you seek.
> After modifying the XML you can render the XML file to PostScript using
> -atin instead of -fo.
> 
> More info: http://xmlgraphics.apache.org/fop/0.93/intermediate.html
> 
> HTH
Yes it does. Thanks for the tip. I am most certainly going to try this.


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

Reply via email to