Hi, it's quite simple. At the end of yor XSLFO-document before closing the
fo:flow you should put:

<fo:footnote>
        <fo:footnote-body font-family="Helvetica" padding="1pt"
font-weight="bold" font-size="8pt" >
                Contents of footnote e.g. fo:block-elements
        </fo:footnote-body>
</fo:footnote>

But there exist also a little problem with footnotes. When on the page isn't
enough space left for the footnote so the footnote won't be printed. The
workaround here is to insert a page-break.

Hope I could help you.

Britta

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 27. August 2004 11:42
An: [EMAIL PROTECTED]
Betreff: AW: Create special Last Page


Hello Britta,

you are right. I only want to implement a footer on the last page.
I´m using FOP version 0.20.1. I had a closer look to the feartures of this
version an it should work.
Have you an simple example how to implement it?

Regards
Martin

-----Ursprüngliche Nachricht-----
Von: Bargel, Britta [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 27. August 2004 11:31
An: '[EMAIL PROTECTED]'
Betreff: AW: Create special Last Page


Hello Martin,

depends on what you want to do with the last page. If you only want to add a
footer you can use fo:footnote.

Greets
Britta 

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 27. August 2004 11:23
An: [EMAIL PROTECTED]
Betreff: Create special Last Page


Hello,

i need to create a special last page which is different to the other ones.
So i want to use page-position="last" and page-position="any" within the
conditional-page-master.
Now i read in the list that page-position="last" is not really implemented.

Has anyone a workaround for this issue?
How is it possible to create a separate last page?

Best regards
Martin

---------------------------------------------------------------------
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