开发者

How to show the printable PDF document with in the browser?

开发者 https://www.devze.com 2023-02-08 01:33 出处:网络
I want show the printable document directly with in the browser when I clicked on print button in my application. I already checked the \'Display PDF in browser\' in adobe reader preferences and other

I want show the printable document directly with in the browser when I clicked on print button in my application. I already checked the 'Display PDF in browser' in adobe reader preferences and other PDF files are 开发者_StackOverflow社区also being opened in my browser other than that my printable documents. Can you please suggest me

Thanks, Vara Kumar PJD


Check that PDF sent as response when clicken on print button has correct MIME type (application/pdf). THis will allow browers to recognize it as PDF content and handle it as you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消