无法在打印预览中呈现所有条形码图像

时间:2014-03-14 04:39:02

标签: javascript jquery printing barcode jqprint

我正在使用Jqprint插件来打印porpose

将条形码打印为

的代码

Html代码:

<div class="wrapper_template" id="print_template">
   <div class="imageOutput" >
 // Code for Printing barcode for different Products  
   </div>
</div>

Javascript代码为:

<script language="javascript" type="text/javascript">
$(document).ready(function() {
                $(".print_link").click( function() {
                    $('#print_template').jqprint({ operaSupport: true });
                    return false;
                });
             });
</script>

但主要问题是无法在打印预览中呈现所有条形码图像。 任何人都可以解决这个问题 请帮助我。

1 个答案:

答案 0 :(得分:0)

我通过更改核心文件修复了上述问题

opt.printContainer = true;

opt.printContainer = false;