Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/iiita/Doc/
Upload File :
Current File : /var/www/html/mmishra/indem/iiita/Doc/interface_acroform.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&nbsp; </h1>
	</td>
    	</tr>
  	</tbody>
	</table>
	<h2 style="color: rgb(71, 38, 125); font-family: serif; font-size: 12pt;">VersyPDF Acrobat Forms 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_color_from_nopdf</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Creates new Color  ( Transparent invisible color ).
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>None
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        The return value of trancparent color.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $Color = ul_set_no_pdf_color();
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>ul_color_is_nopdf</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Examine if Color is NoPDFColor  ( Transparent invisible color ).
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Color </b>- [ in ] Value of checked Color
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        True if Color is trancparent color, else False.
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfacro_object_set_border</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
		Sets Acroobject border
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [in] Document object handle.
        <br><b>$AcroIndex </b>- [in] Index of acroform object in document for which need set parameters.
        <br><b>$BorderColor </b>- [in] Color of the border line.
        <br><b>$FillColor </b>- [in] Color of the background.
        <br><b>$BorderWidth: </b>- [in] Width of the border line.
        </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;">
        pdfacro_object_set_border( $Doc, $AcroIndex, $BorderColor, $FillColor, $BorderWidth );
        </td>
        </tr>
        <tr><td width="15%"><b>See Also :</b></td>
        <td style="color : brown;">
        ul_color_from_rgb
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfacro_object_set_font</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
		Sets Acroobject drawing font
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$AcroIndex </b>- [in] Index of acroform object in document for which need set parameters.
        <br><b>$FontIndex </b>- [in] Index of the font stored in PDF document.
        <br><b>$FontSize </b>- [in] Size of the used font.
        <br><b>$Color </b>- [in] Color of the used font.
        </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;">
        pdfacro_object_set_font( $Doc, $AcroIndex, $FontIndex, $FontSize, $Color );
        </td>
        </tr>
        <tr><td width="15%"><b>See Also :</b></td>
        <td style="color : brown;">
        ul_color_from_rgb, Font Function
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfacro_object_set_flag</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
		Sets flags specifying various characteristics of the acroform object.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$AcroIndex </b>- [in] Index of acroform object in document for which need set parameters.
        <br><b>$Flag </b>- [in] Characteristics of the acroform 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;">
        pdfacro_object_set_flag( $Doc, $AcroIndex, $Flag );
        </td>
        </tr>
        <tr><td width="15%"><b>See Also :</b></td>
        <td style="color : brown;">
        AO_* ( Acro Object Flags )
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfacro_object_set_caption</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
		Sets caption of the acroform object.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$AcroIndex </b>- [in] Index of acroform object in document for which need set parameters.
        <br><b>$Caption </b>- [in] Caption which need set .
        </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;">
        pdfacro_object_set_caption( $Doc, $AcroIndex, $Caption );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfacro_object_append_item</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
		Appends items to ListBox or to ComboBox.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$AcroIndex </b>- [in] Index of acroform object in document for which need set parameters.
        <br><b>$Item </b>- [in] Item 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;">
        pdfacro_object_append_item( $Doc, $AcroIndex, $Item );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfpage_append_edit_box</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Create new acro edit box.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$Page </b>- [ in ] Index of the page where will located created edit box.
        <br><b>$Rect </b>- [ in ] The annotation rectangle, defining the location of the acro field on the page
        <br><b>$Name </b>- [ in ] Name of Acroform object, Name of Acroform field is used to export when the PDF document is submitted
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Index of acroform object in document.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $ObjectIndex = pdfpage_append_edit_box( $Doc, $Page, $Rect, $Name  );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfacro_edit_box_set_max_len</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
		Sets maximum length of the edit box text.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$AcroIndex </b>- [in] Index of acroform object in document for which need set parameters.
        <br><b>$MaxLen </b>- [in] Maximum length of the edit box text.
        </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;">
        pdfacro_edit_box_set_max_len( $Doc, $AcroIndex, $MaxLen );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfacro_edit_box_set_align</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
		Sets text justification of the edit box.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$AcroIndex </b>- [in] Index of acroform object in document for which need set parameters.
        <br><b>$Align </b>- [in] Text justification which need set.
        </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;">
        pdfacro_edit_box_set_align( $Doc, $AcroIndex, $Align);
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfpage_append_combo_box</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Create new acro combo box.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$Page </b>- [ in ] Index of the page where will located created combo box.
        <br><b>$Rect </b>- [ in ] The annotation rectangle, defining the location of the acro field on the page
        <br><b>$Name </b>- [ in ] Name of Acroform object, Name of Acroform field is used to export when the PDF document is submitted
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Index of acroform object in document.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $ObjectIndex = pdfpage_append_combo_box( $Doc, $Page, $Rect, $Name );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfpage_append_list_box</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Create new acro list box.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$Page </b>- [ in ] Index of the page where will located created list box.
        <br><b>$Rect </b>- [ in ] The annotation rectangle, defining the location of the acro field on the page
        <br><b>$Name </b>- [ in ] Name of Acroform object, Name of Acroform field is used to export when the PDF document is	submitted
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Index of acroform object in document.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $ObjectIndex = pdfpage_append_list_box( $Doc, $Page, $Rect, $Name );
        </td>
        </tr>
</table><br>


<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfpage_append_signature_box</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Create new acro empty signature box.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$Page </b>- [ in ] Index of the page where will located created signature box.
        <br><b>$Rect </b>- [ in ] The annotation rectangle, defining the location of the acro field on the page
        <br><b>$Name </b>-[ in ] Name of Acroform object, Name of Acroform field is used to export when the PDF document is	submitted
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Index of acroform object in document.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $ObjectIndex = pdfpage_append_signature_box( $Doc, $Page, $Rect, $Name );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfacro_object_set_style</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
		Sets Acroobject drawing font
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$AcroIndex </b>- [in] Index of acroform object in document for which need set parameters.
        <br><b>$Sign </b>- [in] Code of Mark character in CheckBox or RadioButton.
        <br><b>$Style </b>- [in] Style of CheckBox or RadioButton - rectangle or circle.
        </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;">
        pdfacro_object_set_style( $Doc, $AcroIndex, $Sign, $Style );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfacro_push_button_set_miter</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
		Sets miter of the pushbutton.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$AcroIndex </b>- [in] Index of acroform object in document for which need set parameters.
        <br><b>$Miter </b>- [in] Miter of pushbutton, bevel size.
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Text annotation handle.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        pdfacro_push_button_set_miter( $Doc, $AcroIndex, $Miter );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfpage_append_push_button</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Create new acro push button.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$Page </b>- [ in ] Index of the page where will located created push button.
        <br><b>$Rect </b>- [ in ] The annotation rectangle, defining the location of the acro field on the page
        <br><b>$Name </b>- [ in ] Name of Acroform object, Name of Acroform field is used to export when the PDF document is	submitted
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Index of acroform object in document.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $ObjectIndex = pdfpage_append_push_button( $Doc, $Page, $Rect, $Name);
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfpage_append_check_box</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Create new acro check box.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$Page </b>- [ in ] Index of the page where will located created check box.
        <br><b>$Rect </b>- [ in ] The annotation rectangle, defining the location of the acro field on the page
        <br><b>$Name </b>- [ in ] Name of Acroform object, Name of Acroform field is used to export when the PDF document is submitted
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Index of acroform object in document.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $ObjectIndex = pdfpage_append_check_box( $Doc, $Page, $Rect, $Name, $InitialState );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfpage_append_radio_button</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Create new acro radio button.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$Page </b>- [ in ] Index of the page where will located created radio button.
        <br><b>$Rect </b>- [ in ] The annotation rectangle, defining the location of the acro field on the page
        <br><b>$Name </b>- [ in ] Name of Acroform object, Name of Acroform field is used to export when the PDF document is	submitted
        <br><b>$Group </b>- [ in ] Name of Radio Buttons Group to which RadioButton will be linked.
        <br><b>$InitialState </b>- [ in ] Value of the check box. ( Boolean )
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Index of acroform object in document.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $ObjectIndex = pdfpage_append_radio_button( $Doc, $Page, $Rect, $Name, $Group, $InitialState );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfacro_object_add_action</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Adds Action OnEvent in Acro Form Object (Control).
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [in] Destination document.
        <br><b>$AcroIndex </b>- [in] Index of acroform object in document.
        <br><b>$Action </b>- [in] Handle on action for include to trigger.
        <br><b>$Type </b>- [in] Type of event on Control for Action
        </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;">
        pdfacro_object_add_action( $Doc, $AcroIndex, $Action, SType );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfacro_cos_object_get</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Gets Acro Form Object from Document with Index as Acro Object Handle.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [in] Current document.
        <br><b>$Index </b>- [in] Index of acroform object in document.
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Acro Object Handle in PDF Document by Index.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $CosObj = pdfacro_cos_object_get( $Doc, $AcroIndex );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfdoc_append_signature_from_buffer</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
	    Appends digital signature to PDF document stored in memory buffer.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [in] Destination document handle.
        <br><b>$Buffer </b>- [in] Pointer to memory buffer where stored PFX Personal Signature file.
        <br><b>$Length </b>- [in] Size of the memory buffer.
        <br><b>$Name </b>- [in] Name of the digital signature acro object field.
        <br><b>$Reason </b>- [in] Reason of Sign this document. Text string,  for example "I agree..."
        <br><b>$PKCS7: </b>- [in] Boolean flag of coding type :
					        <br>true    - 'Adobe.PPKMS' and 'adbe.pkcs7.sha1' crypt system sub filter
					        <br>false   - 'Adobe.PPKLite' and 'adbe.x509.rsa_sha1' crypt system sub filter
        <br><b>$Password: </b>- [in] Owner Password for Personal Signature. Text string
        </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;">
        pdfdoc_append_signature_from_buffer( $Doc, $Buffer, $Length, $Name, $Reason, $PKCS7, $Password );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfdoc_append_signature_from_file</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
	    Appends digital signature to PDF document stored in file.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [in] Destination document handle.
        <br><b>$FileName </b>- [in] Filename of the file where stored PFX Personal Signature.
        <br><b>$Name </b>- [in] Name of the digital signature acro object field.
        <br><b>$Reason </b>- [in] Reason of Sign this document. Text string,  for example "I agree..."
        <br><b>$PKCS7 </b>- [in] Boolean flag of coding type :
					  <br>true    - 'Adobe.PPKMS' and 'adbe.pkcs7.sha1' crypt system sub filter
					  <br>false   - 'Adobe.PPKLite' and 'adbe.x509.rsa_sha1' crypt system sub filter
        <br><b>$Password </b>- [in] Owner Password for Personal Signature. Text string
        </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;">
        pdfdoc_append_signature_from_file( $Doc, $FileName, $Name, $Reason, $PKCS7, $Password );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfdoc_append_signature_from_stream</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
	    Appends digital signature to PDF document stored in memory buffer.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [in] Destination document handle.
        <br><b>$Stream </b>- [in] Stream where stored PFX Personal Signature file.
        <br><b>$Name </b>- [in] Name of the digital signature acro object field.
        <br><b>$Reason </b>- [in] Reason of Sign this document. Text string,  for example "I agree..."
        <br><b>$PKCS7 </b>- [in] Boolean flag of coding type :
					        <br>true    - 'Adobe.PPKMS' and 'adbe.pkcs7.sha1' crypt system sub filter
							<br>false   - 'Adobe.PPKLite' and 'adbe.x509.rsa_sha1' crypt system sub filter
        <br><b>$Password </b>- [in] Owner Password for Personal Signature. Text string
        </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;">
        pdfdoc_append_signature_from_stream( $Doc, $Stream, $Name, $Reason, $PKCS7, $Password );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfpage_place_signature</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
	    Place appended digital signature to page.
        </td>
        </tr>
   		<tr>
        <td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [in] Destination document handle.
        <br><b>$Page </b>- [ in ] Index of the page where will located created signature box.
        <br><b>$Rect </b>- [ in ] The signature rectangle, defining the location on the page.
        <br><b>$Resolution </b>- [ in ] The resolution of the paint box.
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Paint box handle for drawing signature.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $Box = pdfpage_place_signature( $Doc, $Page, $Resolution );
        </td>
        </tr>
</table><br>


</body></html>