For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > April 2007 > cvs: phpdoc /en/reference/pdf/functions pdf-begin-template.xml pdf-close-pdi.xml pdf-









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/pdf/functions pdf-begin-template.xml pdf-close-pdi.xml pdf-
Katja Schnelle Romaus

2007-04-26, 6:59 pm

katja Thu Apr 26 15:36:31 2007 UTC

Modified files:
/phpdoc/en/reference/pdf/functions pdf-open-pdi.xml
pdf-close-pdi.xml
pdf-begin-template.xml
pdf-get-pdi-value.xml
pdf-get-pdi-parameter.xml
Log:
file changed for PDFlib 7

http://cvs.php.net/viewvc.cgi/phpdo...9&diff_format=u
Index: phpdoc/en/reference/pdf/functions/pdf-open-pdi.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-open-pdi.xml:1.8 phpdoc/en/reference/pdf/functions/pdf-open-pdi.xml:1.9
--- phpdoc/en/reference/pdf/functions/pdf-open-pdi.xml:1.8 Fri Feb 2 02:11:07 2007
+++ phpdoc/en/reference/pdf/functions/pdf-open-pdi.xml Thu Apr 26 15:36:30 2007
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.pdf-open-pdi">
<refnamediv>
<refname>PDF_open_pdi</refname>
- <refpurpose>Open PDF file</refpurpose>
+ <refpurpose>Open PDF file [deprecated]</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
@@ -16,6 +16,10 @@
<para>
Opens a disk-based or virtual PDF document and prepares it for later use.
</para>
+ <para>
+ This function is deprecated since PDFlib version 7,
+ use <function>PDF_open_pdi_document</function> instead.
+ </para>
</refsect1>
</refentry>

http://cvs.php.net/viewvc.cgi/phpdo...8&diff_format=u
Index: phpdoc/en/reference/pdf/functions/pdf-close-pdi.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-close-pdi.xml:1.7 phpdoc/en/reference/pdf/functions/pdf-close-pdi.xml:1.8
--- phpdoc/en/reference/pdf/functions/pdf-close-pdi.xml:1.7 Fri Feb 2 02:11:07 2007
+++ phpdoc/en/reference/pdf/functions/pdf-close-pdi.xml Thu Apr 26 15:36:30 2007
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.pdf-close-pdi">
<refnamediv>
<refname>PDF_close_pdi</refname>
- <refpurpose>Close the input PDF document</refpurpose>
+ <refpurpose>Close the input PDF document [deprecated]</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
@@ -15,6 +15,10 @@
<para>
Closes all open page handles, and closes the input PDF document. &return.success;
</para>
+ <para>
+ This function is deprecated since PDFlib version 7,
+ use <function>PDF_close_pdi_document</function> instead.
+ </para>
</refsect1>
</refentry>

http://cvs.php.net/viewvc.cgi/phpdo...9&diff_format=u
Index: phpdoc/en/reference/pdf/functions/pdf-begin-template.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-begin-template.xml:1.8 phpdoc/en/reference/pdf/functions/pdf-begin-template.xml:1.9
--- phpdoc/en/reference/pdf/functions/pdf-begin-template.xml:1.8 Fri Feb 2 02:11:07 2007
+++ phpdoc/en/reference/pdf/functions/pdf-begin-template.xml Thu Apr 26 15:36:31 2007
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.pdf-begin-template">
<refnamediv>
<refname>PDF_begin_template</refname>
- <refpurpose>Start template definition</refpurpose>
+ <refpurpose>Start template definition [deprecated]</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
@@ -16,6 +16,10 @@
<para>
Starts a new template definition.
</para>
+ <para>
+ This function is deprecated since PDFlib version 7,
+ use <function>PDF_begin_template_ext</function> instead.
+ </para>
</refsect1>
</refentry>

http://cvs.php.net/viewvc.cgi/phpdo...9&diff_format=u
Index: phpdoc/en/reference/pdf/functions/pdf-get-pdi-value.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-get-pdi-value.xml:1.8 phpdoc/en/reference/pdf/functions/pdf-get-pdi-value.xml:1.9
--- phpdoc/en/reference/pdf/functions/pdf-get-pdi-value.xml:1.8 Fri Feb 2 02:11:07 2007
+++ phpdoc/en/reference/pdf/functions/pdf-get-pdi-value.xml Thu Apr 26 15:36:31 2007
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.pdf-get-pdi-value">
<refnamediv>
<refname>PDF_get_pdi_value</refname>
- <refpurpose>Get PDI numerical parameter</refpurpose>
+ <refpurpose>Get PDI numerical parameter [deprecated]</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
@@ -18,6 +18,10 @@
<para>
Gets the contents of a PDI document parameter with numerical type.
</para>
+ <para>
+ This function is deprecated since PDFlib version 7,
+ use <function>PDF_pcos_get_number</function> instead.
+ </para>
</refsect1>
</refentry>

http://cvs.php.net/viewvc.cgi/phpdo...8&diff_format=u
Index: phpdoc/en/reference/pdf/functions/pdf-get-pdi-parameter.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-get-pdi-parameter.xml:1.7 phpdoc/en/reference/pdf/functions/pdf-get-pdi-parameter.xml:1.8
--- phpdoc/en/reference/pdf/functions/pdf-get-pdi-parameter.xml:1.7 Fri Feb 2 02:11:07 2007
+++ phpdoc/en/reference/pdf/functions/pdf-get-pdi-parameter.xml Thu Apr 26 15:36:31 2007
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.pdf-get-pdi-parameter">
<refnamediv>
<refname>PDF_get_pdi_parameter</refname>
- <refpurpose>Get PDI string parameter</refpurpose>
+ <refpurpose>Get PDI string parameter [deprecated]</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
@@ -18,6 +18,10 @@
<para>
Gets the contents of a PDI document parameter with string type.
</para>
+ <para>
+ This function is deprecated since PDFlib version 7,
+ use <function>PDF_pcos_get_string</function> instead.
+ </para>
</refsect1>
</refentry>

Enceterup

2007-04-29, 3:21 am

http://Mel-Gibson-spanking.info/Win...hp?movie=148803
Erlem3

2007-04-30, 1:30 am

I have uploaded it for you!
http://www.incredible-asians-online...dicked_hard.avi
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com