scale increased to 2
This commit is contained in:
parent
4408f54a5c
commit
d73b0e2fde
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ $(document).ready(function() {
|
||||||
var fileName = $target.attr('id') + '.pdf';
|
var fileName = $target.attr('id') + '.pdf';
|
||||||
html2pdf($target[0], {
|
html2pdf($target[0], {
|
||||||
filename: fileName,
|
filename: fileName,
|
||||||
|
html2canvas: {
|
||||||
|
scale: 2
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
$('.btn-print').click(function(e) {
|
$('.btn-print').click(function(e) {
|
||||||
|
|
Loading…
Reference in a new issue