You need to sign in to do that
Don't have an account?
dispatch to a pdf page, but cannot save pdf with chrome!
two pages use the same controller, one is a general visual page and another is rendered as pdf.
when dispatch to the pdf page, I can see the pdf well, but cannot save the pdf with chrome while Firefox, Safari are ok.
bellow is some related code,
public PageReference newPage()
{
return Page.DownloadUnmatchedLeads;
}
Thanks.
when dispatch to the pdf page, I can see the pdf well, but cannot save the pdf with chrome while Firefox, Safari are ok.
bellow is some related code,
public PageReference newPage()
{
return Page.DownloadUnmatchedLeads;
}
Thanks.
Below is the post that explains how you can change the default pdf viewer of Chrome to external pdf applications like adobe,foxit reader as all other browsers use.
https://productforums.google.com/forum/#!topic/chrome/qdsluD3m8IE
All Answers
Below is the post that explains how you can change the default pdf viewer of Chrome to external pdf applications like adobe,foxit reader as all other browsers use.
https://productforums.google.com/forum/#!topic/chrome/qdsluD3m8IE
I came across the below post which talks about a similar requirement. I suggest that you try it out once to see if that works.
https://developer.salesforce.com/forums/ForumsMain?id=906F000000098ZWIAY
Hope this helps !!
Best regards.