mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
file added for PDFlib 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234538 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
eaae8b64c7
commit
af9f33f709
14 changed files with 593 additions and 0 deletions
43
reference/pdf/functions/pdf-add-textflow.xml
Executable file
43
reference/pdf/functions/pdf-add-textflow.xml
Executable file
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-add-textflow">
|
||||
<refnamediv>
|
||||
<refname>PDF_add_textflow</refname>
|
||||
<refpurpose>Create Textflow or add text to existing Textflow</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>PDF_add_textflow</methodname>
|
||||
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>textflow</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>text</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Creates a Textflow object, or adds text and explicit options to an
|
||||
existing Textflow.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
42
reference/pdf/functions/pdf-begin-template-ext.xml
Executable file
42
reference/pdf/functions/pdf-begin-template-ext.xml
Executable file
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-begin-template-ext">
|
||||
<refnamediv>
|
||||
<refname>PDF_begin_template_ext</refname>
|
||||
<refpurpose>Start template definition</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>PDF_begin_template_ext</methodname>
|
||||
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Starts a new template definition.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
44
reference/pdf/functions/pdf-create-3dview.xml
Executable file
44
reference/pdf/functions/pdf-create-3dview.xml
Executable file
|
@ -0,0 +1,44 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-create-3dview">
|
||||
<refnamediv>
|
||||
<refname>PDF_create_3dview</refname>
|
||||
<refpurpose>Create 3D view</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>PDF_create_3dview</methodname>
|
||||
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>username</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Creates a 3D view.
|
||||
</para>
|
||||
<para>
|
||||
This function requires PDF 1.6.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
41
reference/pdf/functions/pdf-delete-table.xml
Executable file
41
reference/pdf/functions/pdf-delete-table.xml
Executable file
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-delete-table">
|
||||
<refnamediv>
|
||||
<refname>PDF_delete_table</refname>
|
||||
<refpurpose>Delete table object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>PDF_delete_table</methodname>
|
||||
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>table</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Deletes a table and all associated data structures.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
45
reference/pdf/functions/pdf-fit-table.xml
Executable file
45
reference/pdf/functions/pdf-fit-table.xml
Executable file
|
@ -0,0 +1,45 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-fit-table">
|
||||
<refnamediv>
|
||||
<refname>PDF_fit_table</refname>
|
||||
<refpurpose>Place table on page</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>PDF_fit_table</methodname>
|
||||
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>table</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>llx</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>lly</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>urx</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>ury</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Places a table on the page fully or partially.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
42
reference/pdf/functions/pdf-info-font.xml
Executable file
42
reference/pdf/functions/pdf-info-font.xml
Executable file
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-info-font">
|
||||
<refnamediv>
|
||||
<refname>PDF_info_font</refname>
|
||||
<refpurpose>Query detailed information about a loaded font</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>float</type><methodname>PDF_info-font</methodname>
|
||||
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>font</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>keyword</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Queries detailed information about a loaded font.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
42
reference/pdf/functions/pdf-info-matchbox.xml
Executable file
42
reference/pdf/functions/pdf-info-matchbox.xml
Executable file
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-info-matchbox">
|
||||
<refnamediv>
|
||||
<refname>PDF_info_matchbox</refname>
|
||||
<refpurpose>Query matchbox information</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>float</type><methodname>PDF_info_matchbox</methodname>
|
||||
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>boxname</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>num</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>keyword</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Queries information about a matchbox on the current page.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
42
reference/pdf/functions/pdf-info-table.xml
Executable file
42
reference/pdf/functions/pdf-info-table.xml
Executable file
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-info-table">
|
||||
<refnamediv>
|
||||
<refname>PDF_info_table</refname>
|
||||
<refpurpose>Retrieve table information</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>float</type><methodname>PDF_info_table</methodname>
|
||||
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>table</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>keyword</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Retrieves table information related to the most recently placed
|
||||
table instance.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
42
reference/pdf/functions/pdf-info-textline.xml
Executable file
42
reference/pdf/functions/pdf-info-textline.xml
Executable file
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-info-textline">
|
||||
<refnamediv>
|
||||
<refname>PDF_info_textline</refname>
|
||||
<refpurpose>Perform textline formatting and query metrics</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>float</type><methodname>PDF_info_textline</methodname>
|
||||
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>text</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>keyword</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Performs textline formatting and queries the resulting metrics.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
44
reference/pdf/functions/pdf-load-3ddata.xml
Executable file
44
reference/pdf/functions/pdf-load-3ddata.xml
Executable file
|
@ -0,0 +1,44 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-load-3ddata">
|
||||
<refnamediv>
|
||||
<refname>PDF_load_3ddata</refname>
|
||||
<refpurpose>Load 3D model</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>PDF_load_3ddata</methodname>
|
||||
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Loads a 3D model from a disk-based or virtual file.
|
||||
</para>
|
||||
<para>
|
||||
This function requires PDF 1.6.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
41
reference/pdf/functions/pdf-pcos-get-number.xml
Executable file
41
reference/pdf/functions/pdf-pcos-get-number.xml
Executable file
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-pcos-get-number">
|
||||
<refnamediv>
|
||||
<refname>PDF_pcos_get_number</refname>
|
||||
<refpurpose>Get value of pCOS path with type number or boolean</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>double</type><methodname>PDF_pcos_get_number</methodname>
|
||||
<methodparam><type>resource</type><parameter>p</parameter></methodparam>
|
||||
<methodparam><type>long</type><parameter>doc</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Gets the value of a pCOS path with type number or boolean.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
43
reference/pdf/functions/pdf-pcos-get-stream.xml
Executable file
43
reference/pdf/functions/pdf-pcos-get-stream.xml
Executable file
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-pcos-get-stream">
|
||||
<refnamediv>
|
||||
<refname>PDF_pcos_get_stream</refname>
|
||||
<refpurpose>Get contents of pCOS path with type stream, fstream, or string</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>PDF_pcos_get_stream</methodname>
|
||||
<methodparam><type>resource</type><parameter>p</parameter></methodparam>
|
||||
<methodparam><type>long</type><parameter>doc</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Gets the contents of a pCOS path with type stream, fstream, or
|
||||
string.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
41
reference/pdf/functions/pdf-pcos-get-string.xml
Executable file
41
reference/pdf/functions/pdf-pcos-get-string.xml
Executable file
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-pcos-get-string">
|
||||
<refnamediv>
|
||||
<refname>PDF_pcos_get_string</refname>
|
||||
<refpurpose>Get value of pCOS path with type name, string, or boolean</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>PDF_pcos_get_string</methodname>
|
||||
<methodparam><type>resource</type><parameter>p</parameter></methodparam>
|
||||
<methodparam><type>long</type><parameter>doc</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Gets the value of a pCOS path with type name, string, or boolean.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
41
reference/pdf/functions/pdf-utf32-to-utf16.xml
Executable file
41
reference/pdf/functions/pdf-utf32-to-utf16.xml
Executable file
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.pdf-utf32-to-utf16">
|
||||
<refnamediv>
|
||||
<refname>PDF_utf32_to_utf16</refname>
|
||||
<refpurpose>Convert string from UTF-32 to UTF-16</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>PDF_utf32_to_utf16</methodname>
|
||||
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>utf32string</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>ordering</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Converts a string from UTF-32 format to UTF-16.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
Loading…
Reference in a new issue