| docx.toPdf
|
Converts a stored .docx file to PDF format and saves it to the upload folder. |
| image.toPdf
|
Converts a stored image file to PDF format and saves it to the upload folder. |
| getPDFDocumentFromBase64
|
Uploads the content of a file encoded using the Base64 scheme to the upload folder using a specified file name. |
| date.toLocalDateAsString
|
Generates a string representation of a date using the server's local time naming conventions. |
| date.toUtcDateAsString
|
Generates a string representation of a date using the UTC formatting conventions. |
| base64.toByteArray
|
Converts a Base64 encoded string to an IFtosWorkflowBlob object to determine the length of the decoded binary data. |
| base64.toString
|
Converts a Base64 encoded string to a JavaScript string using a specified encoding. |
| base64.toHex
|
Converts a Base64 encoded string to its hexadecimal string representation. |
| hex.toBase64
|
Converts a hexadecimal string representation to a Base64 encoded string. |
| byteArray.toHex
|
Encodes binary data into its hexadecimal string representation. |
| hex.toByteArray
|
Converts a hexadecimal-encoded string to an IFtosWorkflowBlob object. |
| string.toBase64
|
Converts an ASCII-encoded string to the Base64 encoding scheme. |
| string.toByteArray
|
Converts an input string with a specified encoding to an IFtosWorkflowBlob object. |