<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pdf SYSTEM "%resources%/dtd/doctype.dtd">
<pdf>
    <dynamic-page>
        <placeholders>
            <header>
                <div height="65px">
                    <div float="right" color="white" width="270px" padding="8px 0" text-align="center" font-size="16px" font-style="bold" margin-bottom="27px" background.color="black" background.radius="15">
                        Tax invoice
                    </div>
                </div>
            </header>
            <footer>
                <div class="footer">
                    <table>
                        <tr>
                            <td><b>Invoice Date: </b> 01/27/2010</td>
                            <td><b>Due Date: </b> 01/27/2010</td>
                            <td><b>Terms: </b> Due Upon Receipt</td>
                            <td><b>Customer Id: </b> 0123456789SomeId</td>
                        </tr>
                    </table>
                </div>
            </footer>
        </placeholders>
        <div>
            <img src="dir:zend.jpg" float="left" width="133px"></img>

            <div class="invoice-data">
                <p>Invoice # : IL-00516-10</p>
                <p>Invoice Date : 01/27/2010</p>
                <p>Payment Due Date : 01/27/2010</p>
            </div>
        </div>
        <div>
            <h2>Zend Technologies Ltd.</h2>
            <p>Some address.</p>
            <p>More address</p>
            <p>Ph: 123-4-567-8901</p>
            <p>Fax: 123-4-567-8901</p>
        </div>
        <div class="bill">
            <h3>Bill to :</h3>
            <h3>Individual</h3>
            <h3>Attn: Piotr Sliwa</h3>
            <p>Some address 123</p>
            <p>More address</p>
            <p>PL</p>
        </div>
        <div class="bill">
            <h3>Bill to :</h3>
            <h3>Individual</h3>
            <h3>Attn: Piotr Sliwa</h3>
            <p>Some address 123</p>
            <p>More address</p>
            <p>PL</p>
        </div>

        <div class="bill">
            Reference # :
        </div>
        <div class="bill">
            Terms : Due Upon Receipt
        </div>

        <table class="invoice">
            <tr class="head">
                <td width="100">Item</td>
                <td width="120">Description</td>
                <td>Quantity</td>
                <td>Unit Price</td>
                <td>Amount</td>
            </tr>
            <tr>
                <td>CE-5-T-SS-N-12-061008</td>
                <td>Certification - PHP Certification Test Voucher 1</td>
                <td class="center">1</td>
                <td class="center">$125</td>
                <td class="center">$125</td>
            </tr>
            <tr>
                <td>CE-5-T-SS-N-12-061008</td>
                <td>Certification - PHP Certification Test Voucher 1</td>
                <td class="center">1</td>
                <td class="center">$125</td>
                <td class="center">$125</td>
            </tr>
            <tr>
                <td>CE-5-P-10-N-12-061008</td>
                <td>Certification - PHP 5 Mock Exam - 10 Exam Bundle (online)</td>
                <td class="center">1</td>
                <td class="center">$22</td>
                <td class="center">$22</td>
            </tr>
            <tr>
                <td>CE-5-P-10-N-12-061008</td>
                <td>Certification - PHP 5 Mock Exam - 10 Exam Bundle (online)</td>
                <td class="center">1</td>
                <td class="center">$22</td>
                <td class="center">$22</td>
            </tr>
            <tr>
                <td class="no-border"></td>
                <td class="no-border"></td>
                <td class="no-border"></td>
                <td class="center">Total</td>
                <td class="center">$147</td>
            </tr>
        </table>

        <div width="85%" margin="27px auto">
            Zend reserves the right to charge interest at the lower of 1.5% per month or the highest allowable by local law on any portion of payment not received when due.
        </div>
    </dynamic-page>
</pdf>
