Hi Adrian,

Thanks for your reply. I have got the sample working. I want to add the offset coordinates to the include-page-overlay definition, as Jeremias stated in other mail pointing to the same java file you mentioned. I am doing the code changes required in my local copy in order to position the page overlay at an offset given through the coordinates. Thanks once again for your input...

Venkat.
Adrian Cumiskey wrote:
Hi Venkat,

Currently <afp:include-page-overlay /> is only supported as a child of <fo:simple-page-master master-name="simple"> as given in the example. You'll need to adjust org.apache.fop.render.afp.extensions.AFPPageSetupElement.startOfNode() to make this extension allowable in <fo:page-sequence><fo:flow>. Then test it out, see if the IPO finds its way into the AFP output, if not you'll have to trace through the execution. Have fun :).

Adrian.

Venkat Reddy wrote:
Hi,

Can some one provide me a basic Page Overlay (IPO) Extension example FO file?
I have gone through the AFP extensions
http://xmlgraphics.apache.org/fop/trunk/output.html#afp-page-overlay

<fo:layout-master-set>
   <fo:simple-page-master master-name="simple">
       <afp:include-page-overlay name="O1SAMP1 " /> ...
   </fo:simple-page-master>
</fo:layout-master-set>

This defines a page overlay, but how to invoke this overlay in <fo:page-sequence><fo:flow>?

Thanks,
Venkat.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to