diff --git a/docxjs/.editorconfig b/docxjs/.editorconfig deleted file mode 100644 index 4fcc5c4..0000000 --- a/docxjs/.editorconfig +++ /dev/null @@ -1,3 +0,0 @@ -[*.ts] -indent_style = tab -indent_size = 4 \ No newline at end of file diff --git a/docxjs/.github/ISSUE_TEMPLATE/document-rendering-bug-report.md b/docxjs/.github/ISSUE_TEMPLATE/document-rendering-bug-report.md deleted file mode 100644 index b94d9d2..0000000 --- a/docxjs/.github/ISSUE_TEMPLATE/document-rendering-bug-report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Document rendering bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**Document** -If applicable, add *.docx document to help explain your problem. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/docxjs/.github/index.html b/docxjs/.github/index.html deleted file mode 100644 index 89dfda9..0000000 --- a/docxjs/.github/index.html +++ /dev/null @@ -1,47 +0,0 @@ - - -
- - - -
- 👆 回到上一级目录
- ├── ISSUE_TEMPLATE
- │ └── document-rendering-bug-report.md
- └── workflows
- └── webpack.yml
-
- -3 directories, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── thumbnail.example.css
- ├── thumbnail.example.js
- └── tiff-preprocessor.js
-
- -1 directory, 3 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── docx-preview.d.ts
- ├── docx-preview.js
- ├── docx-preview.js.map
- ├── docx-preview.min.js
- ├── docx-preview.min.js.map
- ├── docx-preview.min.mjs
- ├── docx-preview.min.mjs.map
- ├── docx-preview.mjs
- └── docx-preview.mjs.map
-
- -1 directory, 9 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── LICENSE
- ├── README.md
- ├── demo
- │ ├── thumbnail.example.css
- │ ├── thumbnail.example.js
- │ └── tiff-preprocessor.js
- ├── dist
- │ ├── docx-preview.d.ts
- │ ├── docx-preview.js
- │ ├── docx-preview.js.map
- │ ├── docx-preview.min.js
- │ ├── docx-preview.min.js.map
- │ ├── docx-preview.min.mjs
- │ ├── docx-preview.min.mjs.map
- │ ├── docx-preview.mjs
- │ └── docx-preview.mjs.map
- ├── karma.conf.cjs
- ├── rollup.config.mjs
- ├── src
- │ ├── comments
- │ ├── common
- │ ├── document
- │ ├── document-parser.ts
- │ ├── document-props
- │ ├── docx-preview.ts
- │ ├── font-table
- │ ├── header-footer
- │ ├── html-renderer.ts
- │ ├── javascript.ts
- │ ├── length.ts
- │ ├── notes
- │ ├── numbering
- │ ├── parser
- │ ├── settings
- │ ├── styles
- │ ├── theme
- │ ├── typings.d.ts
- │ ├── utils.ts
- │ ├── vml
- │ └── word-document.ts
- └── tests
- ├── extended-props-test
- └── render-test
-
- -20 directories, 24 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── comments-extended-part.ts
- ├── comments-part.ts
- └── elements.ts
-
- -1 directory, 3 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── open-xml-package.ts
- ├── part.ts
- └── relationship.ts
-
- -1 directory, 3 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── core-props-part.ts
- ├── core-props.ts
- ├── custom-props-part.ts
- ├── custom-props.ts
- ├── extended-props-part.ts
- └── extended-props.ts
-
- -1 directory, 6 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── bookmarks.ts
- ├── border.ts
- ├── common.ts
- ├── document-part.ts
- ├── document.ts
- ├── dom.ts
- ├── fields.ts
- ├── line-spacing.ts
- ├── paragraph.ts
- ├── run.ts
- ├── section.ts
- └── style.ts
-
- -1 directory, 12 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── font-table.ts
- └── fonts.ts
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── elements.ts
- └── parts.ts
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── comments
- │ ├── comments-extended-part.ts
- │ ├── comments-part.ts
- │ └── elements.ts
- ├── common
- │ ├── open-xml-package.ts
- │ ├── part.ts
- │ └── relationship.ts
- ├── document
- │ ├── bookmarks.ts
- │ ├── border.ts
- │ ├── common.ts
- │ ├── document-part.ts
- │ ├── document.ts
- │ ├── dom.ts
- │ ├── fields.ts
- │ ├── line-spacing.ts
- │ ├── paragraph.ts
- │ ├── run.ts
- │ ├── section.ts
- │ └── style.ts
- ├── document-parser.ts
- ├── document-props
- │ ├── core-props-part.ts
- │ ├── core-props.ts
- │ ├── custom-props-part.ts
- │ ├── custom-props.ts
- │ ├── extended-props-part.ts
- │ └── extended-props.ts
- ├── docx-preview.ts
- ├── font-table
- │ ├── font-table.ts
- │ └── fonts.ts
- ├── header-footer
- │ ├── elements.ts
- │ └── parts.ts
- ├── html-renderer.ts
- ├── javascript.ts
- ├── length.ts
- ├── notes
- │ ├── elements.ts
- │ └── parts.ts
- ├── numbering
- │ ├── numbering-part.ts
- │ └── numbering.ts
- ├── parser
- │ └── xml-parser.ts
- ├── settings
- │ ├── settings-part.ts
- │ └── settings.ts
- ├── styles
- │ └── styles-part.ts
- ├── theme
- │ ├── theme-part.ts
- │ └── theme.ts
- ├── typings.d.ts
- ├── utils.ts
- ├── vml
- │ └── vml.ts
- └── word-document.ts
-
- -14 directories, 47 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── elements.ts
- └── parts.ts
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── numbering-part.ts
- └── numbering.ts
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- └── xml-parser.ts
-
- -1 directory, 1 file - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── settings-part.ts
- └── settings.ts
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- └── styles-part.ts
-
- -1 directory, 1 file - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── theme-part.ts
- └── theme.ts
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- -1 directory, 1 file - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── document.docx
- └── extended-props.spec.js
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── extended-props-test
- │ ├── document.docx
- │ └── extended-props.spec.js
- └── render-test
- ├── equation
- ├── footnote
- ├── header-footer
- ├── line-spacing
- ├── numbering
- ├── page-layout
- ├── revision
- ├── table
- ├── table-spans
- ├── test.spec.js
- ├── text
- ├── text-break
- └── underlines
-
- -15 directories, 3 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── document.docx
- └── result.html
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── document.docx
- └── result.html
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
1content
footnote
content21
footnote2
- 👆 回到上一级目录
- ├── document.docx
- └── result.html
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
First Header
That bigger than top margin
Header end
Content
Even Header
Odd Header
- 👆 回到上一级目录
- ├── equation
- │ ├── document.docx
- │ └── result.html
- ├── footnote
- │ ├── document.docx
- │ └── result.html
- ├── header-footer
- │ ├── document.docx
- │ └── result.html
- ├── line-spacing
- │ ├── document.docx
- │ └── result.html
- ├── numbering
- │ ├── document.docx
- │ └── result.html
- ├── page-layout
- │ ├── document.docx
- │ └── result.html
- ├── revision
- │ ├── document.docx
- │ └── result.html
- ├── table
- │ ├── document.docx
- │ └── result.html
- ├── table-spans
- │ ├── document.docx
- │ └── result.html
- ├── test.spec.js
- ├── text
- │ ├── document.docx
- │ └── result.html
- ├── text-break
- │ ├── document.docx
- │ └── result.html
- └── underlines
- ├── document.docx
- └── result.html
-
- -13 directories, 25 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
- 👆 回到上一级目录
- ├── document.docx
- └── result.html
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- 👆 回到上一级目录
- ├── document.docx
- └── result.html
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
Bullets
one
two
three
one
two
three
one
two
three
one
two
three
one
two
three
one
two
three
one
two
three
one
two
three
Numbers
one
two
three
one
two
three
one
two
three
one
two
three
one
two
three
one
two
three
one
two
three
one
two
three
Nested numbering
one
two
three
four
five
one
two
three
four
five
Suff
one
two
three
one
two
three
one
two
three
- 👆 回到上一级目录
- ├── document.docx
- └── result.html
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
page1
page2
- 👆 回到上一级目录
- ├── document.docx
- └── result.html
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
Original text insered
- 👆 回到上一级目录
- ├── document.docx
- └── result.html
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
Test Test Test Test Test Test Test | Test Test | Test Test | Test Test | Test Test | |
Test | Test | ||||
Test | Test | Test | Test | Test | |
Test Test Test Test Test | |||||
Test Test Test Test | Test Test Test Test Test Test Test Test Test | ||||
Test | Test | ||||
- 👆 回到上一级目录
- ├── document.docx
- └── result.html
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
Test | Test | Test |
Test | Test | Test |
- 👆 回到上一级目录
- ├── document.docx
- └── result.html
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- 👆 回到上一级目录
- ├── document.docx
- └── result.html
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
Test
Test color
Tab text
Text center
Text right
text text text
- 👆 回到上一级目录
- ├── document.docx
- └── result.html
-
- -1 directory, 2 files - -
-
- tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
- HTML output hacked and copyleft © 1998 by Francesc Rocher
- JSON output hacked and copyleft © 2014 by Florian Sesser
- Charsets / OS/2 support © 2001 by Kyosuke Tokoro
-
Underlines
Lorem ipsum dolor sit amet consectetur adipiscing elit
Lorem ipsum dolor sit amet consectetur adipiscing elit
Lorem ipsum dolor sit amet consectetur adipiscing elit
Lorem ipsum dolor sit amet consectetur adipiscing elit
Lorem ipsum dolor sit amet consectetur adipiscing elit
Lorem ipsum dolor sit amet consectetur adipiscing elit
Lorem ipsum dolor sit amet consectetur adipiscing elit
Lorem ipsum dolor sit amet consectetur adipiscing elit
Lorem ipsum dolor sit amet consectetur adipiscing elit
Lorem ipsum dolor sit amet consectetur adipiscing elit