- mention another nice feature of ClibPDF

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31525 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Uwe Steinmann 2000-08-30 07:01:42 +00:00
parent 78b823dce5
commit ad11ca5daf

View file

@ -52,6 +52,12 @@
unit length. This is a handy feature but can be simulated with
<function>pdf_translate</function>.
</simpara>
<simpara>
Another nice feature of ClibPDF is the fact that any page can be modified
at any time even if a new page has been already opened. The function
<function>cpdf_set_current_page</function> allows to leave the current
page and presume modifying an other page.
</simpara>
<simpara>
Most of the functions are fairly easy to use. The most difficult part
is probably creating a very simple PDF document at all. The following