taxtank-core 2.0.63 → 2.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -20612,21 +20612,20 @@ applyPlugin(jsPDF);
|
|
|
20612
20612
|
class JsPdf extends jsPDF {
|
|
20613
20613
|
}
|
|
20614
20614
|
|
|
20615
|
+
/**
|
|
20616
|
+
* Settings for generated PDF file from DOM elements
|
|
20617
|
+
*/
|
|
20615
20618
|
const FILE_SETTINGS$1 = {
|
|
20616
20619
|
margin: 10,
|
|
20617
20620
|
filename: 'export.pdf',
|
|
20618
|
-
image: { type: 'jpeg', quality: 0.95 },
|
|
20619
20621
|
html2canvas: {
|
|
20620
|
-
|
|
20621
|
-
windowHeight: 900,
|
|
20622
|
-
scale: 1.25,
|
|
20623
|
-
foreignObjectRendering: false,
|
|
20624
|
-
letterRendering: false,
|
|
20622
|
+
scale: 2,
|
|
20625
20623
|
useCORS: true,
|
|
20626
|
-
backgroundColor: '#fff',
|
|
20627
20624
|
logging: true
|
|
20628
20625
|
},
|
|
20629
|
-
pagebreak: {
|
|
20626
|
+
pagebreak: {
|
|
20627
|
+
mode: 'avoid-all'
|
|
20628
|
+
},
|
|
20630
20629
|
jsPDF: {
|
|
20631
20630
|
unit: 'mm',
|
|
20632
20631
|
format: 'a3',
|