<!DOCTYPE document SYSTEM "rml_1_0.dtd"> 
<document filename="test_056_pagebg.pdf" invariant="1">

<template pageSize="a4" leftMargin="72" showBoundary="0"
    author="A.N. Author"
    subject="My subject"
    title="My title"
    creator="My creator"
	displayDocTitle="1"
	duplex="Simplex"
	lang="en-US"
    >
	<pageTemplate id="main" pageSize="a4">
	<pageGraphics>
		<setFont name="Helvetica-Bold" size="18"/>
			<saveState/>
			<fill color="pink"/>
			<rect x="0" y="0" fill="1" stroke="0" width="210mm" height="297mm"/>
			<restoreState/>
    	    <drawString x="35" y="783">RML Example Page with background</drawString>
            <setFont name="Helvetica-Oblique" size="12" />
    		<image file="logo_no_bar.png" preserveAspectRatio="1" x="488" y="749" width="72" height="72" required="no" alt_file=""/>
    		<image file="strapline.png" preserveAspectRatio="1" x="35" y="0" width="525" alt_file="" required="no"/>
	</pageGraphics>
	<frame id="1" x1="35" y1="45" width="525" height="590"/>
	</pageTemplate>
</template>

<stylesheet>
	<initialize>
	<alias id="style.normal" value="style.Normal"/>
	</initialize>
	<paraStyle name="h1" fontName="Helvetica-BoldOblique" fontSize="16" leading="12" spaceAfter="16"/>
	<paraStyle name="italic" fontName="Helvetica-Oblique" fontSize="10" leading="12"/>
	<paraStyle name="normal" fontName="Helvetica" fontSize="10" leading="12" hyphenationLang="en_GB" hyphenationMinWordLength="5"/>
    <paraStyle name="normalb" fontName="Helvetica-Bold" parent="normal" spaceBefore="10"/>
	<paraStyle name="spaced" fontName="Helvetica" fontSize="12" leading="12" 
		spaceBefore="12" spaceAfter="12"/>
		<paraStyle 
        name="intro" 
        fontName="Helvetica" 
        fontSize="12" 
        leading="12"
        spaceAfter="12"/>
</stylesheet>

<story>
	<storyPlace x="35" y="660" width="525" height="73" origin="page">
		<para style="intro" spaceAfter="2mm">RML (Report Markup Language) is ReportLab's own language for specifying the appearance of a printed page, which is converted into PDF by the utility rml2pdf.</para>
		<para style="normal" leading="3pt">&nbsp;</para>
		<hr color="green" thickness="2pt"/>
		<para style="intro">These RML samples showcase techniques and features for generating various types of ouput and are distributed within our commercial package as test cases. Each should be self explanatory and stand alone.</para>
		<illustration height="3" width="525" align="center">
			<fill color="(0,0.99,0.97,0.0)"/>
			<rect x="0" y = "-12" width="525" height="3" round="1" fill="1"/>
		</illustration>
	</storyPlace>
	<para style="h1">This is style H1 a heading</para>
	<para style="normal">This is style normal for ordinary text</para>
</story>

</document>
