I have seen other solutions for other languages (Object C/Swift/ Java) and was wondering if there was an established method/package to reduce the size of PDF's using Node. Currently I use PDFKIT to generate PDFs in my backend but I need their file sizes to be about half (currently 1mb -> 500kb) or smaller ideally. I have looked through NPM and several forums but have not found a way to compress PDFs with javascript. I notice that countless Online-PDF-Compression websites exist and they are able to compress my 1mb PDF to 55kb. So I'm sure there are solutions that exist for Javascript/Node