-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
In python-docx/docx/templates/default.docx, when it is unzipped, line 2 of the file word/settings.xml is
<w:zoom w:val="bestFit" w:percent="203"/>
This means the default template opens in MS Word at 203% zoom, which is obnoxious for testing documents created with python-docx.
While I have changed my own template to read w:percent="100", maintainers might consider setting this to a more reasonable value.
blfpd