我正在使用以下标题下载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');
打开pdf时,是否可以为pdf设置默认缩放级别