Convert Pdfs to Zip in Rails
There are many scenarios where you might need a zip file in Rails if the size of the files is big. Here's a setup of the Gemfile and Controller. There's a gem in Ruby called 'rubyzip' that converts large files to zip file. You need to add the zip gem...
Jun 23, 20213 min read

