Open BeanoKing opened 1 year ago
@BeanoKing Yea the merge logic isnt really great, but you can try the following to make it work with this, 0 doesnt work, so put 1 instead.
margins: {
top: 1440,
left: 1,
right: 1,
bottom: 1440,
header: 720,
footer: 720,
gutter: 0,
},
BTW, setting to 1 didn't work. Still the same result
I wonder if it has anything to do with your typesetting software. This is how it looked for me in Word 2016 in MacOS
Before
After
top: 1440, left: 1, right: 1, bottom: 1440, header: 720, footer: 720, gutter: 0,
it's not working , please give me the solution . I have attached the my code screen short below
Remove that documentOption object and use only margin also give the left, right higher values like above 400.
When I set the left and right margins it doesn't seem to influence the format of the document at all. I've set them to zero but the Word file output looks exactly the same when I don't set them at all and use the object defaults. Is there a trick to influencing the margin left and right margin widths?
How I'm setting to zero:
Thanks