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
PHPWord is a library written in pure PHP that provides a set of classes to write to and read from different document file formats. The current version of PHPWord supports Microsoft [Office Open XML](http://en.wikipedia.org/wiki/Office_Open_XML) (OOXML or OpenXML), OASIS [Open Document Format for Office Applications](http://en.wikipedia.org/wiki/OpenDocument) (OpenDocument or ODF), and [Rich Text Format](http://en.wikipedia.org/wiki/Rich_Text_Format) (RTF).
10
+
PHPWord is a library written in pure PHP that provides a set of classes to write to and read from different document file formats. The current version of PHPWord supports Microsoft [Office Open XML](http://en.wikipedia.org/wiki/Office_Open_XML) (OOXML or OpenXML), OASIS [Open Document Format for Office Applications](http://en.wikipedia.org/wiki/OpenDocument) (OpenDocument or ODF), [Rich Text Format](http://en.wikipedia.org/wiki/Rich_Text_Format) (RTF), HTML, and PDF.
11
+
12
+
PHPWord is an open source project licensed under the terms of [LGPL version 3](https://github.com/PHPOffice/PHPWord/blob/develop/LICENSE.md). PHPWord is aimed to be a high quality software product by incorporating [continuous integration](https://travis-ci.org/PHPOffice/PHPWord) and [unit testing](http://phpoffice.github.io/PHPWord/coverage/develop/). You can learn more about PHPWord by reading the [Developers' Documentation](http://phpword.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPWord/docs/develop/).
13
+
14
+
## Features
11
15
12
16
With PHPWord, you can create DOCX, ODT, or RTF documents dynamically using your PHP 5.3+ scripts. Below are some of the things that you can do with PHPWord library:
13
17
14
-
* Set document properties, e.g. title, subject, and creator.
15
-
* Create document sections with different settings, e.g. portrait/landscape, page size, and page numbering
16
-
* Create header and footer for each sections
17
-
* Set default font type, font size, and paragraph style
18
-
* Use UTF-8 and East Asia fonts/characters
19
-
* Define custom font styles (e.g. bold, italic, color) and paragraph styles (e.g. centered, multicolumns, spacing) either as named style or inline in text
20
-
* Insert paragraphs, either as a simple text or complex one (a text run) that contains other elements
21
-
* Insert titles (headers) and table of contents
22
-
* Insert text breaks and page breaks
23
-
* Insert and format images, either local, remote, or as page watermarks
24
-
* Insert binary OLE Objects such as Excel or Visio
25
-
* Insert and format table with customized properties for each rows (e.g. repeat as header row) and cells (e.g. background color, rowspan, colspan)
26
-
* Insert list items as bulleted, numbered, or multilevel
27
-
* Insert hyperlinks
28
-
* Insert footnotes and endnotes
29
-
* Create document from templates
30
-
* Use XSL 1.0 style sheets to transform main document part of OOXML template
31
-
* ... and many more features on progress
32
-
33
-
__Want to contribute?__[Fork us](https://github.com/PHPOffice/PHPWord/fork) or [submit](https://github.com/PHPOffice/PHPWord/issues) your bug reports or feature requests to us.
18
+
- Set document properties, e.g. title, subject, and creator.
19
+
- Create document sections with different settings, e.g. portrait/landscape, page size, and page numbering
20
+
- Create header and footer for each sections
21
+
- Set default font type, font size, and paragraph style
22
+
- Use UTF-8 and East Asia fonts/characters
23
+
- Define custom font styles (e.g. bold, italic, color) and paragraph styles (e.g. centered, multicolumns, spacing) either as named style or inline in text
24
+
- Insert paragraphs, either as a simple text or complex one (a text run) that contains other elements
25
+
- Insert titles (headers) and table of contents
26
+
- Insert text breaks and page breaks
27
+
- Insert and format images, either local, remote, or as page watermarks
28
+
- Insert binary OLE Objects such as Excel or Visio
29
+
- Insert and format table with customized properties for each rows (e.g. repeat as header row) and cells (e.g. background color, rowspan, colspan)
30
+
- Insert list items as bulleted, numbered, or multilevel
31
+
- Insert hyperlinks
32
+
- Insert footnotes and endnotes
33
+
- Create document from templates
34
+
- Use XSL 1.0 style sheets to transform main document part of OOXML template
-[Fork us](https://github.com/PHPOffice/PHPWord/fork) and [request a pull](https://github.com/PHPOffice/PHPWord/pulls) to the [develop](https://github.com/PHPOffice/PHPWord/tree/develop) branch
120
+
- Submit [bug reports or feature requests](https://github.com/PHPOffice/PHPWord/issues) to GitHub
121
+
- Follow [@PHPWord](https://twitter.com/PHPWord) and [@PHPOffice](https://twitter.com/PHPOffice) on Twitter
0 commit comments