Need advice about which tool to choose?Ask the StackShare community!
ImageMagick vs Ghostscript: What are the differences?
Developers describe ImageMagick as "A software suite to create, edit, compose, or convert bitmap images". It is a free and open-source software suite for displaying, converting, and editing raster image and vector image files. It can read and write images in a variety of formats (over 200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. On the other hand, Ghostscript is detailed as "Interpreter for the PostScript language and for PDF". It is a suite of software based on an interpreter for Adobe Systems' PostScript and PDF page description languages. Its main purposes are the rasterization or rendering of such page description language files.
ImageMagick and Ghostscript can be categorized as "Image Processing and Management" tools.
ImageMagick is an open source tool with 3.2K GitHub stars and 564 GitHub forks. Here's a link to ImageMagick's open source repository on GitHub.
Users are uploading huge PDF files of more than 100MB on our platform. We are creating several tools to manage those files, but keeping the raw file will eat up space, as we are handling several of them. After upload, they will be mainly keep stored for future use.
I am looking for a tool to compress and optimize those PDFs, like a library or an external API that can process that for us.
Thanks
You can store raw files on a cdn service like bunnyCdn. If they want to work with the raw files, you can get it from the cdn service. Compressing is not a persistent solution for space problem. Also it's more safe way, because cdn providers copy your files more than one servers..
Modern cdn solutions have ftp / ssh support so you can easily send files to them...
I have been using Ghostscript and Python to get JPEG images from PDF files and that way we have reduced PDF size. But if your average is 100MB then probably those are hi-res images and not sure if your users will accept a quality reduction.