Compress Appian Documents uploaded by user

Certified Senior Developer

Hi Team,

I wanted to compress appian documents which are uploaded by user, so i can zip them and send to other system via exposing an api , Can we  have any plugin for this?

Thanks,

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to udayasai

    You will need to be more detailed than simply saying "compress", which has different meanings depending on the context.  For typical binary files where you expect to get the exact same files back 1:1 after decompressing them, ZIP is about as compressed as you can get.  For images and related content, on the other hand, lossy compression can be applied which can often decrease file size by an order of magnitude or so without much apparent quality loss - but that would be a *completely different* operation.

Children