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.

image.fo 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  3. <fo:layout-master-set>
  4. <fo:simple-page-master master-name="simplePM"
  5. page-height="25cm"
  6. page-width="10cm"
  7. margin-top="3cm"
  8. margin-bottom="2cm"
  9. margin-left="3cm"
  10. margin-right="2cm">
  11. <fo:region-body/>
  12. </fo:simple-page-master>
  13. </fo:layout-master-set>
  14. <fo:page-sequence master-reference="simplePM">
  15. <fo:flow flow-name="xsl-region-body">
  16. <fo:block>
  17. <fo:external-graphic src="file:../graphics/page.gif"/>
  18. </fo:block>
  19. <fo:block>
  20. <fo:external-graphic height="3in" width="3in" src="file:../graphics/page.gif"/>
  21. height=3in width=3in
  22. </fo:block>
  23. <fo:block>
  24. <fo:external-graphic height="3in" src="file:../graphics/page.gif"/>
  25. height="3in"
  26. </fo:block>
  27. <fo:block>
  28. <fo:external-graphic width="1.5in" src="file:../graphics/page.gif"/>
  29. width="1.5in"
  30. </fo:block>
  31. <fo:block>
  32. <fo:external-graphic height="6in" width="4in" src="file:../graphics/page.gif"/>
  33. height="6in" width="4in"
  34. </fo:block>
  35. </fo:flow>
  36. </fo:page-sequence>
  37. </fo:root>