Quantcast
Channel: Adobe Community: Message List - Enterprise Deployment (Acrobat and Reader)
Viewing all articles
Browse latest Browse all 6853

Re: Sharepoint 2013 PDF check out and open option

$
0
0

Hi Chris,

 

I applied this fix on my test environment and it worked fine.

But, when I applied same solution on production, I faced the issue you have.

 

The problem was that my test is on http and production is on https.

I fixed this issue by replacing

 

ret.push("http://");

 

with:

 

ret.push(window.location.protocol + "//");

 

in PDFFIX.js file.

 

I hope it helps.

 

Regards.


Viewing all articles
Browse latest Browse all 6853

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>