You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const options = {
margins: {
top: 10000, // Set the top margin to 1 centimeter
right: 2400, // Set the right margin to 2 centimeters
left: 5000 // Set the left margin to 2 centimeters
},
pageNumber: true,
font: 'Arial',
fontSize: 18,
footer: true,
header: true,
}
This options object doesn't affect the exported document - did I create the object wrong?
The text was updated successfully, but these errors were encountered:
This options object doesn't affect the exported document - did I create the object wrong?
The text was updated successfully, but these errors were encountered: