We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abd0a8 commit dd03bd9Copy full SHA for dd03bd9
1 file changed
src/worker.js
@@ -45,7 +45,7 @@ Worker.template = {
45
},
46
opt: {
47
filename: 'file.pdf',
48
- margin: 0,
+ margin: [0,0,0,0],
49
image: { type: 'jpeg', quality: 0.95 },
50
enableLinks: true,
51
html2canvas: {},
0 commit comments