From ad11ca5daf1d98929d4654824de4196629aa0256 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 30 Aug 2000 07:01:42 +0000 Subject: [PATCH] - mention another nice feature of ClibPDF git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31525 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/cpdf.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/functions/cpdf.xml b/functions/cpdf.xml index 47cf435f56..5f2a71634a 100644 --- a/functions/cpdf.xml +++ b/functions/cpdf.xml @@ -52,6 +52,12 @@ unit length. This is a handy feature but can be simulated with pdf_translate. + + 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 + cpdf_set_current_page allows to leave the current + page and presume modifying an other page. + 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