Page 1 of 1

DITA - LANDSCAPE

Posted: Thu Jan 02, 2014 11:14 am
by Le Basque
Hi,

To edit a document in landscape which attribute can be used?
Exist a solution? or does it change the stylesheets?

thank you

Re: DITA - LANDSCAPE

Posted: Fri Jan 03, 2014 2:06 pm
by sorin_ristache
Hello,

Setting landscape page for the PDF output format in DITA transformations was discussed in this topic. Please set the variables:

Code: Select all

 <xsl:variable name="page-width">297mm</xsl:variable>
<xsl:variable name="page-height">210mm</xsl:variable>
as that topic explained.


Regards,
Sorin