C-Lodop打印控件通过https协议访问时设置及使用参考

通过https访问的网站C-Lodop打印控件无法使用问题处理:

1、前端改造LodopFuncs.js代码

//改造后的代码
if (needCLodop()) {
    var protocol = window.location.protocol;//http、https
    var src1,src2;
    if(protocol == 'https:'){
        src1 = "https://localhost:8443/CLodopfuncs.js?priority=1";
        src2 = "https://localhost:8444/CLodopfuncs.js?priority=0";
    }else{
        src1 = "http://localhost:8000/CLodopfuncs.js?priority=1";
        src2 = "http://localhost:18000/CLodopfuncs.js?priority=0";
    }

    var head = document.head || document.getElementsByTagName("head")[0] || document.documentElement;
    var oscript = document.createElement("script");
    oscript.src = src1;
    head.insertBefore(oscript, head.firstChild);
    oscript = document.createElement("script");
    oscript.src = src2;
    head.insertBefore(oscript, head.firstChild);
    CLodopIsLocal = !!((src1 + src2).match(/\/\/localho|\/\/127.0.0./i));
}

2、使用流程:C-Lodop官网:http://www.c-lodop.com/download.html 下载打印控件 云打印扩展版;

注意:下载的是支持https的打印控件;

3.下载安装后打开查看:

 

在浏览器地址栏里输入https://localhost:8443/,如果能正常运行打印服务页面则部署成功,否则部署失败。

注:如果是火狐浏览器,可能存在拦截情况,具体可以根据情况设置可访问即可!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值