|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Page Overlay (IPO) Extension exampleHi,
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: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... |
|
|
Re: Page Overlay (IPO) Extension exampleHi 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: fop-users-unsubscribe@... > For additional commands, e-mail: fop-users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... |
|
|
Re: Page Overlay (IPO) Extension exampleHi 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: fop-users-unsubscribe@... >> For additional commands, e-mail: fop-users-help@... >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: fop-users-unsubscribe@... > For additional commands, e-mail: fop-users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... |
|
|
[ANN] VTD-XML 2.7VTD-XML 2.7 is released and can be downloaded at
http://sourceforge.net/projects/vtd-xml/files/ Below is a summary of what are the new features and enhancements. Expanded VTD-XML's Core API * VTDNav: toStringUpperCase, toStringLowerCase, contains(), endsWith(), startsWith() * Extended VTD added in-memory buffer support Improved Xpath * added the following XPath 2.0 functions: abs(), ends-with(), upper-case(), lower-case() * added support for variable reference * significantly enhanced XPath syntax, checking error reporting (Special thanks to Mark Swanson) * Internal performance tuning Bug fixes and Code Enhancement * C version significantly removed warning message, fix memory leak during Xpath expression parsing, * Various bug fies (Special thanks to Jon Roberts, John Zhu, Matej Spiller, Steve Polson, and Romain La Tellier) --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@... For additional commands, e-mail: fop-users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |