I have a 27MB pdf file which is hosted in web. When I try to open it, it takes times to open it. So Is there any way where I can view this large pdf file a bit fast. I guess
To supplement Kurt's comment. I assembled this command line and it seemed to do the trick for generating an optimized PDF file:
gs -q -P- -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dFastWebView -sOutputFile=optimized.pdf input.pdf
You can check the output with pdfinfo optimized.pdf where you should see Optimized: yes in the output