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.

with-cmyk-images.fo 579B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Gladiator">
  3. <fo:layout-master-set>
  4. <fo:simple-page-master master-name="A4" page-height="29.7cm" page-width="21cm" margin="2cm">
  5. <fo:region-body/>
  6. </fo:simple-page-master>
  7. </fo:layout-master-set>
  8. <fo:page-sequence master-reference="A4">
  9. <fo:flow flow-name="xsl-region-body">
  10. <fo:block>Hello World!</fo:block>
  11. <fo:block><fo:external-graphic src="test/resources/images/cmyk.jpg"/></fo:block>
  12. </fo:flow>
  13. </fo:page-sequence>
  14. </fo:root>