imagen de pdf creada cortada cuando zoom (fix)

parent c1424969
...@@ -404,7 +404,7 @@ ...@@ -404,7 +404,7 @@
margin: [1, 1, 1, 1], margin: [1, 1, 1, 1],
filename: 'myfile.pdf', filename: 'myfile.pdf',
image: { type: 'jpeg', quality: 0.98 }, image: { type: 'jpeg', quality: 0.98 },
html2canvas: { scale: 2 }, html2canvas: { scale: 1, height: 1400, width: 1300 },
jsPDF: { unit: 'in', format: 'a2', orientation: 'portrait' } jsPDF: { unit: 'in', format: 'a2', orientation: 'portrait' }
}; };
buttonsRow.style.display = "none"; buttonsRow.style.display = "none";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment