I have same problem and I have tested both program PdfTk
et cPDF
found in these answer.
My PDF file's size is 5744k.
Using following PDFTK
command
I obtain a 501k file.
set pdftk="C:\Program Files (x86)\Tools\PDFtk\bin\pdftk.exe"
%pdftk% "RY18BPSA.UserManual.pdf" CAT 1 9-15 220 output "RY18BPSA.PDFTK.pdf"
Using following CPDF
command
set cpdf="C:\Program Files\Tools\cpdf\cpdf.exe"
%cpdf% "RY18BPSA.UserManual.pdf" 1,9-15,220 -o "RY18BPSA.CPDF.pdf"
I obtain a 592k file.
Just for the fun, I have also tested to print desired pages directly to Microsoft to PDF
pseudo printer and I have obtain a 250k file !
The only differences that I can quickly see with other generated files is that page format as been changed and replaced by an A4 page AND that can only be done manually using Print GUI of PDF program as Acrobat Reader or Foxit Reader.
PS: I can make a search on all generated splitted files !