From 4d2f86cc94684ab8bae96fa7cf54b4eb80dbd4b7 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 17 Dec 2001 10:31:47 +0000 Subject: [PATCH] added some missing functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65400 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pdf.xml | 154 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 153 insertions(+), 1 deletion(-) diff --git a/functions/pdf.xml b/functions/pdf.xml index e25294410f..5989e70b4a 100644 --- a/functions/pdf.xml +++ b/functions/pdf.xml @@ -1,5 +1,5 @@ - + PDF functions PDF @@ -1386,6 +1386,48 @@ if ($font) { + + + pdf_get_majorversion + + Returns the major version number of the PDFlib + + + + Description + + + int pdf_get_majorversion + + + + + Returns the major version number of the PDFlib. + + + + + + + pdf_get_minorversion + + Returns the minor version number of the PDFlib + + + + Description + + + int pdf_get_majorversion + + + + + Returns the minor version number of the PDFlib. + + + + pdf_get_value @@ -2542,6 +2584,116 @@ pdf_close_image($pdf, $pim); + + + pdf_set_info_author + + Fills the author field of the document + + + + Description + + + bool pdf_set_info_author + int pdfdoc + string author + + + + This function is deprecate, use pdf_set_info instead. + + + + + + + pdf_set_info_creator + + Fills the creator field of the document + + + + Description + + + bool pdf_set_info_creator + int pdfdoc + string creator + + + + This function is deprecate, use pdf_set_info instead. + + + + + + + pdf_set_info_keywords + + Fills the keywords field of the document + + + + Description + + + bool pdf_set_info_keywords + int pdfdoc + string keywords + + + + This function is deprecate, use pdf_set_info instead. + + + + + + + pdf_set_info_subject + + Fills the subject field of the document + + + + Description + + + bool pdf_set_info_subject + int pdfdoc + string subject + + + + This function is deprecate, use pdf_set_info instead. + + + + + + + pdf_set_info_title + + Fills the title field of the document + + + + Description + + + bool pdf_set_info_title + int pdfdoc + string title + + + + This function is deprecate, use pdf_set_info instead. + + + + pdf_set_leading