The size of the merged pdf file size is too big
dineshsbm opened this issue · 1 comments
dineshsbm commented
I have a requirement to merge 1000's of smaller chunk of PDF files into one big PDF file. The total size of all the files is ~181MB.
I verified with different plugins available out of which I am very much towards pdf-merger-js and easy-pdf-merge working fine. However I noticed the size of the merged PDF file is 1GB in case of pdf-merger-js whereas it is ~187MB when using easy-pdf-merge.
Is there a way to reduce the size?