0

I am using following header to download pdf

header('Pragma: public');
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Cache-Control: private',false);
header('Content-Type: application/force-download');
header('Content-Disposition: attachment; filename="Business Report.pdf"');
header('Content-Transfer-Encoding: binary');

Is it possible to set default zoom level for pdf when we open pdf

Ashish Kumar
  • 41
  • 2
  • 7
  • it cant be done by script, as far as i know, but you can if you have installed adobe acrobat plugin to your browser. e.g. http://superuser.com/q/81847 – Blueblazer172 Nov 08 '16 at 08:06
  • try this link. This will set default level for Acrobat Reader. http://superuser.com/questions/81847/setting-the-default-zoom-level-for-acrobat-reader-browser-plugin – Manish Nov 08 '16 at 08:10
  • Or If you can control the URL used to download, this link is better solution. http://stackoverflow.com/questions/770473/is-it-possible-to-have-a-pdf-file-open-at-a-predefined-magnification-in-adobe-re#answer-774128 – Manish Nov 08 '16 at 08:26

0 Answers0