<?xml version="1.0" encoding="UTF-8" ?>

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
	<fo:layout-master-set>
		<fo:simple-page-master page-height="279mm" page-width="216mm" margin-top="10mm" margin-left="20mm" margin-right="20mm" margin-bottom="10mm" master-name="PageMaster">
			<fo:region-before border-style="none" border-width="thin" extent="15mm"/>
			<fo:region-body border-style="none" border-width="thin" margin-top="20mm" margin-left="0mm" margin-right="0mm" margin-bottom="20mm"/>
			<fo:region-after border-style="none" border-width="thin" extent="15mm"/>
		</fo:simple-page-master>
	</fo:layout-master-set>
	<fo:page-sequence initial-page-number="1" master-reference="PageMaster">
		<fo:static-content flow-name="xsl-region-before">
			<fo:block font-size="9pt">
				<fo:external-graphic src="url('img/antenna-en.png')" content-height="12mm"/>
				XSL FO Sample Copyright &#xA9; 2002-2005 Antenna House, Inc. All rights reserved.
			</fo:block>
		</fo:static-content>
		<fo:flow flow-name="xsl-region-body">
			<fo:block text-indent="1em" font-family="sans-serif" font-size="20pt" font-weight="bold" background-color="#EEEEEE" line-height="20mm">
				Links in PDF
			</fo:block><fo:block space-before="2em">PDF link is classified into two parts, link to the specified position in the PDF document, and link to the external document. The internal-destination property of fo:basic-link indicates to link to the position in the same document. The external-destination property indicates to link to external document. Below shows the example.
</fo:block><fo:block space-before="2em" font-family="sans-serif" font-size="15pt" font-weight="bold">Example of a link to internal destination</fo:block>
			<fo:block>Refer to  <fo:basic-link internal-destination="appendix-a"><fo:inline font-size="15pt" font-weight="bold" text-decoration="underline"> Purchasing Assistance</fo:inline></fo:basic-link> to get more information.</fo:block><fo:block space-before="2em" font-family="sans-serif" font-size="15pt" font-weight="bold">Example of a link to external destination</fo:block>
			<fo:block>Refer to<fo:basic-link external-destination="http://www.antennahouse.com/purchase.htm"><fo:inline font-size="15pt" font-weight="bold" text-decoration="underline"> Purchasing Assistance</fo:inline></fo:basic-link> to get more information.</fo:block>
			<fo:block break-before="page" id="appendix-a" font-family="sans-serif" font-size="15pt" font-weight="bold" space-after="3mm" text-align="center"> Purchasing Assistance</fo:block>
			<fo:block space-after="1em">

If you are end user who wishes to use XSL Formatter yourself, you may purchase from our Reseller or direct from Antenna House.

</fo:block>
			<fo:block space-after="1em">

If you would buy from our Reseller, Reseller will helps you to build system, develop stylesheets and use our products, etc. It depends on Reseller strategy. Please consult with your reseller.
</fo:block><fo:block space-after="1em" font-size="13pt" text-align="center">Quality of Products Guranteed

</fo:block>
<fo:block space-after="1em">Antenna House has been in the software industry for more than 18 years in quality sensitive Japanese market. We have already established the reputation of high quality of XSL Formatter. When the bug is found in our products, Antenna House will fix the bug immediately and supply revised program through Reseller or directly. See detail in End User License Agreement.

</fo:block><fo:block space-after="1em" font-size="13pt" text-align="center">
Technical Support from Antenna House
</fo:block>
<fo:block space-after="1em">The customers who purchased the End User License of XSL Formatter directly from Antenna House are granted 30 day technical support at no charge by the staff of Antenna House. Antenna House is also able to offer special consulting service, development of stylesheet, etc. Please feel free to contact us.


</fo:block>
<fo:block space-after="1em" font-size="13pt" text-align="center">
Looking for Upgrade?
</fo:block>
<fo:block space-after="1em">Check our XSL version Update here or visit our Version Up corner to find out how to add on powerful features like PDF Output, etc.

</fo:block>
		</fo:flow>
	</fo:page-sequence>
</fo:root>

