scale increased to 2

This commit is contained in:
Arvind Tiwari 2018-02-05 03:17:33 +05:30
parent 4408f54a5c
commit d73b0e2fde
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ $(document).ready(function() {
var fileName = $target.attr('id') + '.pdf';
html2pdf($target[0], {
filename: fileName,
html2canvas: {
scale: 2
}
});
});
$('.btn-print').click(function(e) {