DITA - LANDSCAPE

Post here questions and problems related to editing and publishing DITA content.
Le Basque
Posts: 147
Joined: Sat Oct 19, 2013 8:21 am

DITA - LANDSCAPE

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: DITA - LANDSCAPE

Post 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
Post Reply