Page 1 of 1

XSL-FO chapters without page break

Posted: Thu Jul 30, 2015 6:40 pm
by miquik
Hi all,
Is it possible to produce a PDF with all chapters in a continuous flow without page break? I think I should place all chapters inside a single page-sequence.
Is it an easy task? Could you give me some suggestions how to proceed?
Are there some other workaround?

Thank you very much

Re: XSL-FO chapters without page break

Posted: Mon Aug 03, 2015 4:45 pm
by Radu
Hi,

The default page sizes are defined in the XSLT stylesheet:

OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT/plugins/org.dita.pdf2/cfg/fo/attrs/basic-settings.xsl

like for example:

Code: Select all

    <xsl:variable name="page-height">279.4mm</xsl:variable>
so you could try to set a very large value for the page width but I'm not sure if that would work or not.
Maybe you could also ask around on the DITA Users List:

https://groups.yahoo.com/neo/groups/dita-users/info

Regards,
Radu