Quick question while evaluating XFC
Jack Reyneke <[email protected]> Mon, 9 Oct 2017 00:29:09 +0000
| Newsgroups | gmane.text.xml.xfc.general |
|---|---|
| Message-ID | <ME1PR01MB057927F74F5908BAC31466C0C1740@ME1PR01MB0579.ausprd01.prod.outlook.com> |
Good day,
We are evaluating XFC for XSL:FO to DocX conversion.
We need to print "Page ## of ##" at the bottom of the page. E.g. Page 1 of 4.
Using Apache FOP this was the solution:
<fo:block text-align="end" margin-right="30pt" margin-bottom="70pt">
Page <fo:page-number/> of <fo:page-number-citation ref-id="TheVeryLastPage"/>
</fo:block>
....
<fo:block id="TheVeryLastPage"/>
This allowed the document to print the current page and insert a reference to the last page. How can I achieve the same with XFC.
Lastly, we are evaluating it for running on a Linux machine and for being called from Java. Will you please recommend the product I should contact sales for. So ideally we just want to use it as a Jar file from inside a Java app for when people want to export to Word instead of PDF.
Kind regards,
Jack
--
XMLmind FO Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xfc-support