Example #1
0
                        <td><input type="text" name="cols" id="cols" /></td>
                    </tr>
                    <tr>
                        <th>Rows: </th>
                        <td><input type="text" name="rows" id="rows" /></td>
                    </tr>
                    <tr>
                        <th>Page left margin: </th>
                        <td><input type="text" name="marginPageLeft" id="marginPageLeft" />mm</td>
                    </tr>
                    <tr>
                        <th>Page top margin: </th>
                        <td><input type="text" name="marginPageTop" id="marginPageTop" />mm</td>
                    </tr>
                    <tr>
                        <th>Spacing between columns: </th>
                        <td><input type="text" name="spacingCol" id="spacingCol" />mm</td>
                    </tr>
                    <tr>
                        <th>Spacing between rows: </th>
                        <td><input type="text" name="spacingRow" id="spacingRow" />mm</td>
                    </tr>
                </table>
            </div>
            <input type="submit" value="Generate PDF" />
        </form>
        <p>This software is open source, and licensed under the Apache License v2. You can download the source from github:<br />
        <code>https://github.com/markusberg/barcode</code></p>
<?php 
$page->printFooter();