Skip to content

Default docx zoom = 203% #254

Closed
Closed
@robertoloja

Description

@robertoloja

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions