Skip to content

Word found unreadable content error #3314

@Bogdan0205

Description

@Bogdan0205

Hello!

I am getting this annoying warning when trying to open a generated docx file.

The document is as simple as it gets (as it was only a test)

new Document({
    sections: [
      {
        children: [
          new Paragraph({
            children: [new TextRun('Hello World')],
          }),
        ],
      },
    ],
  })

This happens even with an empty document, with an empty children array.

Any idea what might be causing it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions