Variable Utilities

Version 2 by Kendy Yus
on Oct 22, 2008 12:56.

compared with
Current by Lachlan Aldred
on Apr 01, 2009 16:49.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (12)

View page history

h3. Operation: base64encode
h3. Operation Title: Base 64 Encode   (base64encode)
Base 64 Encode: Apply base 64 encoding to encode a document.
|| Input Parameter || Type || Description || Editor ||
| Input Document | com.adobe.idp.Document | The document to encode. Type: Document | | |
 


|| Output Parameter || Type || Description ||
| Output Document | com.adobe.idp.Document | Process variable to store the encoded document. |



h3. Operation: base64decode
h3. Operation Title: Base 64 Decode   (base64decode)
Base 64 Decode: Apply base 64 encoding to decode an encoded document.
|| Input Parameter || Type || Description || Editor ||
| Input Document | com.adobe.idp.Document | The document to decode. Type: Document | | |
 


|| Output Parameter || Type || Description ||
| Output Document | com.adobe.idp.Document | Process variable to store the decoded document. |