| Current Path : /var/www/html/mmishra/indem/iiita/Doc/ |
| Current File : /var/www/html/mmishra/indem/iiita/Doc/interface_action.html |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>VersyPHP Documentation</title>
</head>
<body style="color: rgb(8, 38, 176); font-size: 20px; table-layout: fixed; margin-left: 35px; width: 872px; margin-top: 26px; height: 249px;" text="">
<table style="width: 878px; height: 54px;" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="left" width="30%">
<img src="logo.gif" align="middle" border="0" height="50" width="85">
</td>
<td style="width: 45%;" align="right">
<h1 style="font-size: 10pt;"> VESRYPDF.PHP DOCUMENATION </h1>
</td>
</tr>
</tbody>
</table>
<h2 style="color: rgb(71, 38, 125); font-family: serif; font-size: 12pt;">VersyPDF Actions Manipulation Interface</h2>
<h3 style="color: rgb(71, 38, 125); font-family: serif; font-size: 11pt;">FUNCTIONS:</h3>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>ul_explicit_dest_get</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Get Explicit destination structure from some parameters.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Type </b>- [ in ] Explicit destination type
<br><b>$Page </b>- [ in ] Index of the page in PDF document (Begin from 0 )
<br><b>$a </b>- [ in ] Value depended from type of the destination left for edtXYZ, top for edtFitH and edtFitBH, left for edtFitV,edtFitBV, and edtFitR
<br><b>$b </b>- [ in ] Value depended from type of the destination top for edtXYZ, bottom for edtFitR
<br><b>$c </b>- [ in ] Value depended from type of the destination zoom for edtXYZ, right for edtFitR
<br><b>$d </b>- [ in ] Value depended from type of the destination top for edtFitR
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
Pointer to explicit destination struckture
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$ExplicitDest = ul_explicit_dest_get( $Type, $Page, $a, $b, $c, $d );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfdestination_named_new</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new destination name in name table and assigns to it explicit destination
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle
<br><b>$String </b>- [in] Specifies the name which will be appended to name table.
<br><b>$Destination </b>- [in] Explicit destination which will be respected to this name
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
None.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
pdfdestination_named_new( $Doc, $String, $Destination )
</td>
</tr>
<tr><td width="15%"><b>See Also</b></td>
<td style="color : brown;">
ul_explicit_dest_get, EDT_* constants.
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfdestination_named_new</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new destination name in name table and assigns to it explicit destination
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle
<br><b>$String </b>- [in] Specifies the name which will be appended to name table.
<br><b>$Destination </b>- [in] Explicit destination which will be respected to this name
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
None.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
pdfdestination_named_new( $Doc, $String, $Destination )
</td>
</tr>
<tr><td width="15%"><b>See Also</b></td>
<td style="color : brown;">
ul_explicit_dest_get, EDT_* constants.
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfdestination_from_string</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new destination handle from string.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle
<br><b>$String </b>- [in] Specifies the name for which will created destination handle.
<br><b>$IsIndirect </b>- [in] Specifies store this destination in memory or append to PDFDocument.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
Pointer to Destination Handle.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Destination = pdfdestination_from_string( $Doc, $String, $IsIndirect );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfdestination_from_explit</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new destination handle from string.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle
<br><b>$ExplicitDest </b>- [in] Explicit destination
<br><b>$IsIndirect </b>- [in] Specifies store this destination in memory or append to PDFDocument.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
Destination Handle.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Destination = pdfdestination_from_explit( $Doc, $ExplicitDest, $IsIndirect );
</td>
</tr>
<tr><td width="15%"><b>See Also :</b></td>
<td style="color : brown;">
ul_explicit_dest_get, EDT_* constants
</td>
</tr>
<tr><td width="15%"><b>Note :</b></td>
<td style="color : brown;">
Memory Leak will present if IsIndirect is false and destination not appended to any Action
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_set_next</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
This function sets action which will be executed after current action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Action </b>- [in] Handle of the action object.
<br><b>$Next </b>- [in] Handle of the next action object.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
None.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
pdfaction_set_next( $Action, $Next );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfdestination_from_explit</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new "GoTo" action and sets destination to explicit destination.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle
<br><b>$Destination </b>- [in] Destination handle.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
The return value is a handle to a PDF action.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Action = pdfaction_new_goto_destination( $Doc, $Dest );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_new_goto_remote</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new "GoToRemote" action and sets destination to name destination.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle
<br><b>$FileName </b> [in] Filename of the PDF document which need open
<br><b>$Destination </b> [in] Destination Handle.
<br><b>$InNewWindow </b> [in] Specifying whether to open the destination document in a new window. If this flag is false, the destination document will replace the current document in the same window.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
The return value is a handle to a PDF action.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Action = pdfaction_new_goto_remote( $Doc, $FileName, $Destination, $InNewWindow );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_new_launch</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new "Launch" action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle
<br><b>$File </b>- [in] File Name of PDF Document
<br><b>$Dir </b>- [in] Name of defoult directory
<br><b>$Operation </b>- [in] Name of launch operation
<br><b>$Params </b>- [in] Parameter of operation
<br><b>$InNewWindow </b>- [in] Specifying whether to open the destination document in a new window. If this flag is false, the destination document will replace the current document in the same window.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
The return value is a handle to a PDF action.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Action = pdfaction_new_launch( $Doc, $File, $Dir, $Operation, $Params, $InNewWindow );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>ul_thread_action_param_get</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Create PDFThreadActionParam Structure and return pointer to it
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$ThreadType </b>- [in] Type of PDFThread Action
<br><b>$TValue </b>- [in] Value of PDFThread Action parameter
<br><b>$BeadType </b>- [in] Type of PDFBead Action
<br><b>$BValue </b>- [in] Value of PDFBead Action parameter
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
Pointer to PDFTreadActionParam structure.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$ActionParam = pdfthreadaction_param_get( $ThreadType, $TValue, $BeadType, $BValue );
</td>
</tr>
<tr><td width="15%"><b>See Also :</b></td>
<td style="color : brown;">
TA_* constants.
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_new_thread</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new "Thread" action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle
<br><b>$Param </b>- in] Point to a PDFThreadActionParam structure that defines the characteristics of the thread action.
<br><b>$FileName </b>- [in] Filename of the PDF documents where destination thread may be the desired.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
The return value is a handle to a PDF action.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Action = pdfaction_new_thread( $Doc, $Param, $FileName );
</td>
</tr>
<tr><td width="15%"><b>Note :</b></td>
<td style="color : brown;">
Destination thread is in current PDF document if filename is NULL. In other case PDFBeadHandle or PDFThreadHandle impossible to use in <b>PDFThreadActionParam</b> structure.
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_new_uri</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new "URI" action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle.
<br><b>$URI </b>- [in] The uniform resource identifier to resolve, encoded in 7-bit ASCII.
<br><b>$IsMap </b>- [in] A flag specifying whether to track the mouse position when the URI is resolved.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
The return value is a handle to a PDF action.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Action = pdfaction_new_uri( $Doc, $URI, $IsMap );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_new_hide</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new "Hide" action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle.
<br><b>$IsHide </b>- [in] Type of the action. Execution of this action will hide selected annotations if value sets in "true". In other case selected annotations will be shown.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
The return value is a handle to a PDF action.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Action = pdfaction_new_hide( $Doc, $IsHide );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_hide_add_annotation</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Appends annotation to list in the hide action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Action </b>- [in] Handle of the PDF action.
<br><b>$Annotation </b>- [in] Handle of the annotation which is needed to be appended to list.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
None.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
pdfaction_hide_add_annotation( $Action, $Annotation );
</td>
</tr>
<tr><td width="15%"><b>Note :</b></td>
<td style="color : brown;">
Operation will be performed for all annotations in the PDF document if any annotation for this action is not selected.
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_hide_add_annotation_name</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Appends annotation to list in the hide action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Action </b>- [in] Handle of the PDF action.
<br><b>$AnnotationName </b>- [in] Name of the annotation which is needed to be appended to the list.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
None.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
pdfaction_hide_add_annotation_name( $Action, $Name );
</td>
</tr>
<tr><td width="15%"><b>Note :</b></td>
<td style="color : brown;">
Operation will be performed for all annotations in the PDF document if any annotation for this action is not selected.
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_new_named</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new "Named" action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle.
<br><b>$NamedType </b>- [in] Operation for the named action.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
The return value is a handle to a PDF action.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Action = pdfaction_new_named( $Doc, $NamedType );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_new_submit_form</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new "SubmitForm" action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle.
<br><b>$URI </b>- [in] A URL file specification giving the uniform resource locater of the script at the Web server that will process the submission.
<br><b>$Flag </b>- [in] A set of flags specifying various characteristics of the action.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
The return value is a handle to a PDF action.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Action = pdfaction_new_submit_form( $Doc, $URI, $Flag );
</td>
</tr>
<tr><td width="15%"><b>See Also :</b></td>
<td style="color : brown;">
PDF_SUBMIT_FORM_* Constants
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_submit_form_add_annotation</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Appends annotation to list in the submitform action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Action </b>- [in] Handle of the PDF action.
<br><b>$Annotation </b>- [in] Handle of the annotation which need append to list.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
None.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
pdfaction_submit_form_add_annotation( $Action, $Annotation );
</td>
</tr>
<tr><td width="15%"><b>Note :</b></td>
<td style="color : brown;">
Operation will be performed for all acroform object in the PDF document (flag PDF_SUBMIT_FORM_FLAG_EXCLUDE not used ) if its not selected any annotation for this action.
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_submit_form_add_annotation_name</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Appends annotation to list in the submitform action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Action </b>- [in] Handle of the PDF action.
<br><b>$AnnotationName </b>- [in] Name of the annotation which is needed to be appended to the list.
</td>
</tr>
<tr><td width="15%"><b>Returns:</b></td>
<td>
None.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
pdfaction_submit_form_add_annotation_name( $Action, $Name );
</td>
</tr>
<tr><td width="15%"><b>Note :</b></td>
<td style="color : brown;">
Operation will be performed for all acroform object in the PDF document (flag PDF_SUBMIT_FORM_FLAG_EXCLUDE not used ) if its not selected any annotation for this action.
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_new_reset_form</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new "Reset" action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b> - [in] PDF Document handle.
<br><b>$Exclude </b> - [in] If false, the list specifies which fields to reset. If true, the list of the acroform objects informs which fields to be excluded from resetting; all fields in the document's interactive form are reset excepting those
</td>
</tr>
<tr><td width="15%"><b>Returns:</b></td>
<td>
The return value is a handle to a PDF action.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Action = pdfaction_reset_form( $Doc, Exclude );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_reset_form_add_annotation</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Appends annotation to list in the resetform action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Action </b>- [in] Handle of the PDF action.
<br><b>$Annotation </b>- [in] Handle of the annotation which is needed to be appended to list.
</td>
</tr>
<tr><td width="15%"><b>Returns:</b></td>
<td>
None.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
pdfaction_reset_form_add_annotation( $Action, $Annotation );
</td>
</tr>
<tr><td width="15%"><b>Note :</b></td>
<td style="color : brown;">
Reset action will be performed for all annotations in the PDF document if its not selected any annotation for this action.
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_reset_form_add_annotation_name</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Appends annotation to list in the resetform action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Action </b>- [in] Handle of the PDF action.
<br><b>$AnnotationName </b>- [in] Name of the annotation which is needed to be appended to the list.
</td>
</tr>
<tr><td width="15%"><b>Returns:</b></td>
<td>
None.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
pdfaction_reset_form_add_annotation_name( $Action, $AnnotationName );
</td>
</tr>
<tr><td width="15%"><b>Note :</b></td>
<td style="color : brown;">
Reset action will be performed for all annotations in the PDF document if its not selected any annotation for this action.
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_new_import_data</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new "Import Data" action.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b> - [in] PDF Document handle.
<br><b>$FileName </b> - [in] The FDF filename from which to import the data.
</td>
</tr>
<tr><td width="15%"><b>Returns:</b></td>
<td>
The return value is a handle to a PDF action.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Action = pdfaction_new_import_data( $Doc, $FileName );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_new_java_script</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new "JavaScript" action from string.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle
<br><b>$JavaScript </b>- [in] JavaScript string which will be executed
</td>
</tr>
<tr><td width="15%"><b>Returns:</b></td>
<td>
The return value is a handle to a PDF action.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Action = pdfaction_new_java_script( $Doc, $JavaScript );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfaction_new_java_script_stream</b>
<tr>
<td width="15%"><b>Description :</b></td>
<td>
Creates new "JavaScript" action from CosStream where this javascript is stored.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td><b>$Doc </b>- [in] PDF Document handle
<br><b>$JavaScript </b>- [in] Cos Stream where this JavaScript is stored
</td>
</tr>
<tr><td width="15%"><b>Returns:</b></td>
<td>
The return value is a handle to a PDF action.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Action = pdfaction_new_java_script_stream( $Doc, $Stream );
</td>
</tr>
</table><br>
</body></html>