Does anyone know about any other than com.idataconnect.lib.ascii85codec java projects that do something like org.apache.commons.codec.binary.Base64 class?
Does anyone know about any other than com.idataconnect.lib.ascii85codec java projects that do something like
Share
I found this project that seems to do the trick:
http://pdfbox.apache.org/downloads.html#recent
Following class encodes and decodes. Code reviews and suggestions are very welcome: