From af9f33f709f0f237e0d4f1b525d827dcecd34405 Mon Sep 17 00:00:00 2001 From: Katja Schnelle Romaus Date: Thu, 26 Apr 2007 15:32:21 +0000 Subject: [PATCH] file added for PDFlib 7 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234538 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdf/functions/pdf-add-textflow.xml | 43 ++++++++++++++++++ .../pdf/functions/pdf-begin-template-ext.xml | 42 +++++++++++++++++ reference/pdf/functions/pdf-create-3dview.xml | 44 ++++++++++++++++++ reference/pdf/functions/pdf-delete-table.xml | 41 +++++++++++++++++ reference/pdf/functions/pdf-fit-table.xml | 45 +++++++++++++++++++ reference/pdf/functions/pdf-info-font.xml | 42 +++++++++++++++++ reference/pdf/functions/pdf-info-matchbox.xml | 42 +++++++++++++++++ reference/pdf/functions/pdf-info-table.xml | 42 +++++++++++++++++ reference/pdf/functions/pdf-info-textline.xml | 42 +++++++++++++++++ reference/pdf/functions/pdf-load-3ddata.xml | 44 ++++++++++++++++++ .../pdf/functions/pdf-pcos-get-number.xml | 41 +++++++++++++++++ .../pdf/functions/pdf-pcos-get-stream.xml | 43 ++++++++++++++++++ .../pdf/functions/pdf-pcos-get-string.xml | 41 +++++++++++++++++ .../pdf/functions/pdf-utf32-to-utf16.xml | 41 +++++++++++++++++ 14 files changed, 593 insertions(+) create mode 100755 reference/pdf/functions/pdf-add-textflow.xml create mode 100755 reference/pdf/functions/pdf-begin-template-ext.xml create mode 100755 reference/pdf/functions/pdf-create-3dview.xml create mode 100755 reference/pdf/functions/pdf-delete-table.xml create mode 100755 reference/pdf/functions/pdf-fit-table.xml create mode 100755 reference/pdf/functions/pdf-info-font.xml create mode 100755 reference/pdf/functions/pdf-info-matchbox.xml create mode 100755 reference/pdf/functions/pdf-info-table.xml create mode 100755 reference/pdf/functions/pdf-info-textline.xml create mode 100755 reference/pdf/functions/pdf-load-3ddata.xml create mode 100755 reference/pdf/functions/pdf-pcos-get-number.xml create mode 100755 reference/pdf/functions/pdf-pcos-get-stream.xml create mode 100755 reference/pdf/functions/pdf-pcos-get-string.xml create mode 100755 reference/pdf/functions/pdf-utf32-to-utf16.xml diff --git a/reference/pdf/functions/pdf-add-textflow.xml b/reference/pdf/functions/pdf-add-textflow.xml new file mode 100755 index 0000000000..209dba4197 --- /dev/null +++ b/reference/pdf/functions/pdf-add-textflow.xml @@ -0,0 +1,43 @@ + + + + + PDF_add_textflow + Create Textflow or add text to existing Textflow + + + &reftitle.description; + + intPDF_add_textflow + resourcepdfdoc + inttextflow + stringtext + stringoptlist + + + Creates a Textflow object, or adds text and explicit options to an + existing Textflow. + + + + + diff --git a/reference/pdf/functions/pdf-begin-template-ext.xml b/reference/pdf/functions/pdf-begin-template-ext.xml new file mode 100755 index 0000000000..a93c29d9e3 --- /dev/null +++ b/reference/pdf/functions/pdf-begin-template-ext.xml @@ -0,0 +1,42 @@ + + + + + PDF_begin_template_ext + Start template definition + + + &reftitle.description; + + intPDF_begin_template_ext + resourcepdfdoc + floatwidth + floatheight + stringoptlist + + + Starts a new template definition. + + + + + diff --git a/reference/pdf/functions/pdf-create-3dview.xml b/reference/pdf/functions/pdf-create-3dview.xml new file mode 100755 index 0000000000..c0cd0fdabf --- /dev/null +++ b/reference/pdf/functions/pdf-create-3dview.xml @@ -0,0 +1,44 @@ + + + + + PDF_create_3dview + Create 3D view + + + &reftitle.description; + + intPDF_create_3dview + resourcepdfdoc + stringusername + stringoptlist + + + Creates a 3D view. + + + This function requires PDF 1.6. + + + + + diff --git a/reference/pdf/functions/pdf-delete-table.xml b/reference/pdf/functions/pdf-delete-table.xml new file mode 100755 index 0000000000..2bddb20ab5 --- /dev/null +++ b/reference/pdf/functions/pdf-delete-table.xml @@ -0,0 +1,41 @@ + + + + + PDF_delete_table + Delete table object + + + &reftitle.description; + + boolPDF_delete_table + resourcepdfdoc + inttable + stringoptlist + + + Deletes a table and all associated data structures. + + + + + diff --git a/reference/pdf/functions/pdf-fit-table.xml b/reference/pdf/functions/pdf-fit-table.xml new file mode 100755 index 0000000000..73d102bb65 --- /dev/null +++ b/reference/pdf/functions/pdf-fit-table.xml @@ -0,0 +1,45 @@ + + + + + PDF_fit_table + Place table on page + + + &reftitle.description; + + stringPDF_fit_table + resourcepdfdoc + inttable + floatllx + floatlly + floaturx + floatury + stringoptlist + + + Places a table on the page fully or partially. + + + + + diff --git a/reference/pdf/functions/pdf-info-font.xml b/reference/pdf/functions/pdf-info-font.xml new file mode 100755 index 0000000000..eda598529e --- /dev/null +++ b/reference/pdf/functions/pdf-info-font.xml @@ -0,0 +1,42 @@ + + + + + PDF_info_font + Query detailed information about a loaded font + + + &reftitle.description; + + floatPDF_info-font + resourcepdfdoc + intfont + stringkeyword + stringoptlist + + + Queries detailed information about a loaded font. + + + + + diff --git a/reference/pdf/functions/pdf-info-matchbox.xml b/reference/pdf/functions/pdf-info-matchbox.xml new file mode 100755 index 0000000000..76d74382f5 --- /dev/null +++ b/reference/pdf/functions/pdf-info-matchbox.xml @@ -0,0 +1,42 @@ + + + + + PDF_info_matchbox + Query matchbox information + + + &reftitle.description; + + floatPDF_info_matchbox + resourcepdfdoc + stringboxname + intnum + stringkeyword + + + Queries information about a matchbox on the current page. + + + + + diff --git a/reference/pdf/functions/pdf-info-table.xml b/reference/pdf/functions/pdf-info-table.xml new file mode 100755 index 0000000000..be6104eb55 --- /dev/null +++ b/reference/pdf/functions/pdf-info-table.xml @@ -0,0 +1,42 @@ + + + + + PDF_info_table + Retrieve table information + + + &reftitle.description; + + floatPDF_info_table + resourcepdfdoc + inttable + stringkeyword + + + Retrieves table information related to the most recently placed + table instance. + + + + + diff --git a/reference/pdf/functions/pdf-info-textline.xml b/reference/pdf/functions/pdf-info-textline.xml new file mode 100755 index 0000000000..4f92972718 --- /dev/null +++ b/reference/pdf/functions/pdf-info-textline.xml @@ -0,0 +1,42 @@ + + + + + PDF_info_textline + Perform textline formatting and query metrics + + + &reftitle.description; + + floatPDF_info_textline + resourcepdfdoc + stringtext + stringkeyword + stringoptlist + + + Performs textline formatting and queries the resulting metrics. + + + + + diff --git a/reference/pdf/functions/pdf-load-3ddata.xml b/reference/pdf/functions/pdf-load-3ddata.xml new file mode 100755 index 0000000000..a0445baa39 --- /dev/null +++ b/reference/pdf/functions/pdf-load-3ddata.xml @@ -0,0 +1,44 @@ + + + + + PDF_load_3ddata + Load 3D model + + + &reftitle.description; + + intPDF_load_3ddata + resourcepdfdoc + stringfilename + stringoptlist + + + Loads a 3D model from a disk-based or virtual file. + + + This function requires PDF 1.6. + + + + + diff --git a/reference/pdf/functions/pdf-pcos-get-number.xml b/reference/pdf/functions/pdf-pcos-get-number.xml new file mode 100755 index 0000000000..992d6495c5 --- /dev/null +++ b/reference/pdf/functions/pdf-pcos-get-number.xml @@ -0,0 +1,41 @@ + + + + + PDF_pcos_get_number + Get value of pCOS path with type number or boolean + + + &reftitle.description; + + doublePDF_pcos_get_number + resourcep + longdoc + stringpath + + + Gets the value of a pCOS path with type number or boolean. + + + + + diff --git a/reference/pdf/functions/pdf-pcos-get-stream.xml b/reference/pdf/functions/pdf-pcos-get-stream.xml new file mode 100755 index 0000000000..ec4ce377a0 --- /dev/null +++ b/reference/pdf/functions/pdf-pcos-get-stream.xml @@ -0,0 +1,43 @@ + + + + + PDF_pcos_get_stream + Get contents of pCOS path with type stream, fstream, or string + + + &reftitle.description; + + stringPDF_pcos_get_stream + resourcep + longdoc + stringoptlist + stringpath + + + Gets the contents of a pCOS path with type stream, fstream, or + string. + + + + + diff --git a/reference/pdf/functions/pdf-pcos-get-string.xml b/reference/pdf/functions/pdf-pcos-get-string.xml new file mode 100755 index 0000000000..d9feb89e28 --- /dev/null +++ b/reference/pdf/functions/pdf-pcos-get-string.xml @@ -0,0 +1,41 @@ + + + + + PDF_pcos_get_string + Get value of pCOS path with type name, string, or boolean + + + &reftitle.description; + + stringPDF_pcos_get_string + resourcep + longdoc + stringpath + + + Gets the value of a pCOS path with type name, string, or boolean. + + + + + diff --git a/reference/pdf/functions/pdf-utf32-to-utf16.xml b/reference/pdf/functions/pdf-utf32-to-utf16.xml new file mode 100755 index 0000000000..65cade5b36 --- /dev/null +++ b/reference/pdf/functions/pdf-utf32-to-utf16.xml @@ -0,0 +1,41 @@ + + + + + PDF_utf32_to_utf16 + Convert string from UTF-32 to UTF-16 + + + &reftitle.description; + + stringPDF_utf32_to_utf16 + resourcepdfdoc + stringutf32string + stringordering + + + Converts a string from UTF-32 format to UTF-16. + + + + +