pdf_begin_page: incorporate user notes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65650 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-12-18 23:37:31 +00:00
parent 64bdc5f8ae
commit 967dc1ac1e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.73 $ -->
<!-- $Revision: 1.74 $ -->
<reference id="ref.pdf">
<title>PDF functions </title>
<titleabbrev>PDF</titleabbrev>
@ -726,7 +726,72 @@ pdf_delete($pdf);
</funcprototype>
</funcsynopsis>
<para>
Add a new page to the document.
Add a new page to the document. The <parameter>width</parameter>
and <parameter>height</parameter> are specified in points, which are
1/72 of an inch.
</para>
<para>
<table>
<title>Common Page Sizes in Points</title>
<tgroup cols="2">
<thead>
<row>
<entry>name</entry>
<entry>size</entry>
</row>
</thead>
<tbody>
<row>
<entry>A0</entry>
<entry>2380&cross;3368</entry>
</row>
<row>
<entry>A1</entry>
<entry>1684&cross;2380</entry>
</row>
<row>
<entry>A2</entry>
<entry>1190&cross;1684</entry>
</row>
<row>
<entry>A3</entry>
<entry>842&cross;1190</entry>
</row>
<row>
<entry>A4</entry>
<entry>595&cross;842</entry>
</row>
<row>
<entry>A5</entry>
<entry>421&cross;595</entry>
</row>
<row>
<entry>A6</entry>
<entry>297&cross;421</entry>
</row>
<row>
<entry>B5</entry>
<entry>501&cross;709</entry>
</row>
<row>
<entry>letter (8.5"&cross;11")</entry>
<entry>612&cross;792</entry>
</row>
<row>
<entry>legal (8.5"&cross;14")</entry>
<entry>612&cross;1008</entry>
</row>
<row>
<entry>ledger (17"&cross;11")</entry>
<entry>1224&cross;792</entry>
</row>
<row>
<entry>11"&cross;17"</entry>
<entry>792&cross;1224</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</refsect1>
</refentry>