Service - deal with SoapClient - create instance of convertor class - do the actual conversion
convert2Image(string $file, string $ext, string $imageType, string $compression, integer $height, integer $width) : array
access | public |
---|
string
Base64 encoded file content or url
string
Current file extension
string
Output image extension (jpg,png,bmp)
string
Compression format (zip,gz)
integer
Output image height
integer
Output image width
array
Outputconvert2Pdf(string $file, string $ext, string $compression) : string
access | public |
---|
string
Base64 encoded file content or url
string
Current file extension
string
Compression format (zip,gz)
string
Outputcreate() : object
access | public |
---|
object
Value.updateWsdl() : boolean
access | private |
---|
boolean
Value.validation(string $ext, string $compression, string $imageType, string $height, string $width) : mixed
access | private |
---|
string
file extension
string
compression type
string
image type
string
image height
string
image width
mixed
(boolean or exception) value