mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
64bdc5f8ae
commit
967dc1ac1e
1 changed files with 67 additions and 2 deletions
|
@ -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✗3368</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>A1</entry>
|
||||
<entry>1684✗2380</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>A2</entry>
|
||||
<entry>1190✗1684</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>A3</entry>
|
||||
<entry>842✗1190</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>A4</entry>
|
||||
<entry>595✗842</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>A5</entry>
|
||||
<entry>421✗595</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>A6</entry>
|
||||
<entry>297✗421</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>B5</entry>
|
||||
<entry>501✗709</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>letter (8.5"✗11")</entry>
|
||||
<entry>612✗792</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>legal (8.5"✗14")</entry>
|
||||
<entry>612✗1008</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ledger (17"✗11")</entry>
|
||||
<entry>1224✗792</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>11"✗17"</entry>
|
||||
<entry>792✗1224</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue