Page 1 of 1

Generate blank page

Posted: Thu Feb 13, 2014 6:14 pm
by Le Basque
Hi,

How to generate a blank page after the first page ?

Thank you

Re: Generate blank page

Posted: Fri Feb 14, 2014 6:34 pm
by sorin_ristache
Hi,

You should customize the XSLT stylesheets for the DITA PDF transformation and try to add a property break-after="even-page" on the XSL-FO page-sequence corresponding to the front page, or add a property break-before="odd-page" to the FO page-sequence corresponding to the pages that follow the front page. Please see the directory [Oxygen-install-dir]\frameworks\dita\DITA-OT\plugins\org.dita.pdf2\Customization. Other useful XSL-FO property you can try to add is force-page-count="end-on-even".


Regards,
Sorin