Convert Pdfs to Zip in Rails
Jun 23, 2021 · 3 min read · 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...
Join discussion
