mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
- 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:
parent
78b823dce5
commit
ad11ca5daf
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue