I would *love* to be able to be able to get the page
number where some event append (for example by stating
<fox:page-number/> in .fo source) cause it would
greatly improve fop/itext interfacing. I personnaly
use fop to render most of my content but i finish the
work using itext (to watermark content, reorganize
pages to produce booklets, insert some annexes written
in pdf .. etc)
Thanks a lot, whether you implement that or not!
Fred.
--- Joerg Pietschmann <[EMAIL PROTECTED]> a
�crit�: > Jeremias Maerki <[EMAIL PROTECTED]>
wrote:
> > Output from FOP:
> > - Generation statistics: Number of pages total
> What about:
>
>
total=((Integer)processor.getAttribute("fop.totalNumberOfPages")).intValue()
> (Returns 0 before rendering, i suppose. Or is
> throwing an exception
> better?)
>
> > Number of pages of each page-sequence
> Uhhhhh, perhaps
>
>
pgsq2=((Integer)((Vector)processor.getAttribute("fop.pagesInSequence")).get(2)).intValue()
> or (less recommended but may get more resonance)
>
>
pgsq2=((Integer)processor.getAttribute("fop.pagesInSequence.2")).intValue()
> (note the small differences)
>
> > page-master used for each page (could be used to
> > control the paper bin to get paper from, important
> for me in
> > conjunction with PS Renderer).
> During rendering or after the rendering is complete?
>
> Regards
> J.Pietschmann
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
>
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]