From 087cf07a32f0ebf2466c1c940f855ac83a80b235 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 10 Jan 2000 11:23:20 +0000 Subject: [PATCH] - documented new function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@18515 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/cpdf.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/functions/cpdf.xml b/functions/cpdf.xml index 37a80e136b..e0438ba1f3 100644 --- a/functions/cpdf.xml +++ b/functions/cpdf.xml @@ -175,6 +175,34 @@ cpdf_close($pdf); + + + cpdf_global_set_document_limits + Sets document limits for any pdf document + + + Description + + void cpdf_global_set_document_limits + int maxpages + int maxfonts + int maximages + int maxannotations + int maxobjects + + + The cpdf_global_set_document_limits function sets + several document limits. This function has to be called before + cpdf_open to take effect. It sets the limits + for any document open afterwards. + + + + See also cpdf_open. + + + + cpdf_set_creator