<?xml version='1.0' encoding='utf-8'?>

<!-- 
Copyright 2005 DataActive Communications Limited

Unless required by applicable law or agreed to in writing, software,
documentation and examples are distributed under a 'AS IS' BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->

<!DOCTYPE re:root SYSTEM 'http://reality.dataactive.com/DTDs/reality-1.0.dtd'>
<re:root xmlns:re='http://reality.dataactive.com'>
	<re:document 
		version='1.0' 
		language-code='ENG' 
		country-code='GBR' 
		category-code='examples' 
		uid='010_036' 
		display-name='Creating a page from an image'>

		<re:outputs collate='false' compression='9' manifest='false'>
			<re:output 
				name='Kwik PDF' 
				file-name='010_036_ImagePage' 
				type='reality.pdf.kwik' 
				options='page-crop-marks: false' />
		</re:outputs>

		<re:content>
			<re:imagepage style=''  url='http://reactive.dataactive.com/res/img/all/logo.pdf'>
				<re:layer style='
					position:absolute; 
					left:0; 
					top:100; 
					width:300; 
					height:50;'>
						<re:paragraph>Some text placed on an image page.</re:paragraph>
				</re:layer>
			</re:imagepage>
		</re:content>

	</re:document>
</re:root>
