-
This script can be used to encoding and decoding data in ASCII85 encoding. It can take a string of data and encode it in the ASCII85 encoding format. The script can also do the opposite, i.e. decode data encoded in the ASCII85 encoding format. It supports basic ASCII implementation, as well the Adobe and BTOA variations.
-
ASCII85 - binary to tex can take a string of data and encode it in the ASCII85 encoding format. It can also do the opposite, i.e. decode data encoded in the ASCII85 encoding format. The basic ASCII implementation, as well as the Adobe and BTOA variations are supported. Requirements: PHP 5.0 or higher

