0
votes

Is there a way to mark the title page as such in xsl fo? When I open my document in the pdf reader in double page mode I would like to see the cover page alone first and then the content pages next to each other. so:

page 1 : cover -> single view
Page 2 : Content -> double view left side
Page 3 : Content -> double view right side

Instead, I'm currently having

Page 1 : cover -> double view left side
Page 2 : Content -> double view right side
Page 3 : Content -> double view left side

etc.

There must be an attribute for this, or not? I am using Apache FOP v2.3

1

1 Answers

0
votes

You can set custom PDF properties using FOP (see https://xmlgraphics.apache.org/fop/2.4/output.html#custom-document-properties), but I can't see how to influence the PDF display.

If you were using AH Formatter, you'd use axf:document-info (see https://www.antennahouse.com/product/ahf70/docs/ahf-ext.html#axf.document-info), but I can't see an equivalent for FOP in https://xmlgraphics.apache.org/fop/2.4/extensions.html.