ilscipio/scipio-erp

View on GitHub
framework/common/webcommon/includes/fo/pm-11x17.fo.ftl

Summary

Maintainability
Test Coverage
<#--
This file is subject to the terms and conditions defined in the
files 'LICENSE' and 'NOTICE', which are part of this source
code package.
-->
    <fo:simple-page-master master-name="11x17-portrait"
        page-width="11in" page-height="17in"
        margin-top="0.5in" margin-bottom="0.5in"
        margin-left="0.5in" margin-right="0.5in">
      <fo:region-body margin-top="1in" margin-bottom="0.5in"/>
      <fo:region-before extent="1in"/>
      <fo:region-after extent="0.5in" />
    </fo:simple-page-master>

    <fo:simple-page-master master-name="11x17-landscape"
        page-width="17in" page-height="11in"
        margin-top="0.5in" margin-bottom="0.5in"
        margin-left="0.5in" margin-right="0.5in">
      <fo:region-body margin-top="1in" margin-bottom="0.5in"/>
      <fo:region-before extent="1in"/>
      <fo:region-after extent="0.5in" />
    </fo:simple-page-master>