RE: FOP, Index and duplicate page number
"Jan Tosovsky" <[email protected]>
| Newsgroups | gmane.text.xml.fop.user |
|---|---|
| Message-ID | <[email protected]> |
On 2018-05-29 Venkatesan Manickam wrote: > > I need to work on Index for very large document. > > The results it is not so good: > > > Albert ................................... 4, 5, 5, 5 > Alfred ................................... 6, 10, 10, 10, 11, 11 > > It's possible to achieve this in Apache FOP? Please, Somebody give me a > suggestion? > FOP doesn't support extended FO features for Indexing, see https://xmlgraphics.apache.org/fop/compliance.html For DocBook outputs there is a workaround http://www.sagehill.net/docbookxsl/IndexCleanup.html, which could be most likely adapted for your specific use case. Regards, Jan