I am converting a document to base64 on the fly in my javascript client module. The converted base64 string is about 125% of the actual document size.
I need to compress the base64 string.
What is the best library\function for compression? Any examples\links will be a great help.
Thanks!