You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

inavliddoc.fo 577B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- defines page layout -->
  3. <fo:layout-master-set>
  4. <fo:simple-page-master master-reference="first"
  5. page-height="29.7cm" page-width="21cm"
  6. margin-top="1cm"
  7. margin-bottom="2cm"
  8. margin-left="2.5cm"
  9. margin-right="2.5cm">
  10. <fo:region-body margin-top="3cm"/>
  11. <fo:region-before extent="3cm"/>
  12. <fo:region-after extent="1.5cm"/>
  13. </fo:simple-page-master>
  14. </fo:layout-master-set>