Class WebClientPrint
WebClientPrint provides functions for registering the "WebClientPrint for PHP" solution script code in PHP web pages as well as for processing client requests and managing the internal cache.
Namespace: Neodynamic\SDK\Web
Copyright: (c) 2013, Neodynamic SRL
License: Neodynamic EULA
Author: Neodynamic <http://neodynamic.com/support>
Located at WebClientPrint.php
Copyright: (c) 2013, Neodynamic SRL
License: Neodynamic EULA
Author: Neodynamic <http://neodynamic.com/support>
Located at WebClientPrint.php
public static
|
|
public static
string
|
|
public static
|
|
public static
string
|
#
createWcppDetectionScript( )
Returns script code for detecting whether WCPP is installed at the client machine. |
public static
string
|
#
getWcppDetectionMetaTag( )
Returns a string containing a HTML meta tag for the WCPP-detection procedure. |
public static
string
|
#
createScript( string $clientPrintJobUrl )
Returns a [script] tag linking to the WebClientPrint script code by using the specified URL for the client print job generation. |
public static
|
string |
VERSION
|
'2.0.0.0' |
|
string |
CLIENT_PRINT_JOB
|
"clientPrint" |
|
string |
WCP
|
'WEB_CLIENT_PRINT' |
|
string |
WCP_CACHE_WCPP_INSTALLED
|
'WCPP_INSTALLED' |
|
string |
WCP_CACHE_WCPP_VER
|
'WCPP_VER' |
|
string |
WCP_CACHE_PRINTERS
|
'PRINTERS' |
public static
string
|
$licenseOwner | '' |
#
Gets or sets the License Owner |
public static
string
|
$licenseKey | '' |
#
Gets or sets the License Key |
public static
string
|
$webClientPrintAbsoluteUrl | '' |
#
Gets or sets the ABSOLUTE URL to WebClientPrint.php file |
public static
string
|
$wcpCacheFolder | '' |
#
Gets or sets the wcpcache folder URL RELATIVE to WebClientPrint.php file. FILE WRITE permission on this folder is required!!! |