Output PDF Page Size
Posted: Sun Mar 23, 2014 7:57 am
Hi,
I want to create a Pocket Book, which would require changing the page size from say A4 (210 x 297) to something around 9 x 13cm.
I have changed the default paper size in my Customise folder - basic-settings.xsl to
<!-- The default of 215.9mm x 279.4mm is US Letter size (8.5x11in) -->
<xsl:variable name="page-width">9.366cm</xsl:variable>
<xsl:variable name="page-height">13.811cm</xsl:variable>
It doesn't seem to alter the output PDF page size. I am using Oxygen 15.2 and XEP to render the output.
Is there a 'quick fix' for this, or do I have to go through and reduce / change margins and footer settings etc?
I appreciate I will have to make changes to any table I use as well as images.
Thanks
I want to create a Pocket Book, which would require changing the page size from say A4 (210 x 297) to something around 9 x 13cm.
I have changed the default paper size in my Customise folder - basic-settings.xsl to
<!-- The default of 215.9mm x 279.4mm is US Letter size (8.5x11in) -->
<xsl:variable name="page-width">9.366cm</xsl:variable>
<xsl:variable name="page-height">13.811cm</xsl:variable>
It doesn't seem to alter the output PDF page size. I am using Oxygen 15.2 and XEP to render the output.
Is there a 'quick fix' for this, or do I have to go through and reduce / change margins and footer settings etc?
I appreciate I will have to make changes to any table I use as well as images.
Thanks