A pure PHP library for reading and writing word processing documents
Go to file
Ryan Lovelett 4fb18005ce Sections can support multiple headers
Each section can now have a single header (previous behavior). It can
now also support multiple headers. The spec defines three types of
headers: default, first, and even. These code changes provide support
for all three.

The HeaderFooter.php example has also been updated to illustrate how to
use the new multiple headers for a section.

Used these pages as spec reference:

http://www.schemacentral.com/sc/ooxml/e-w_headerReference-1.html
http://www.schemacentral.com/sc/ooxml/a-w_type-4.html
2013-12-15 09:49:02 -05:00
Classes Sections can support multiple headers 2013-12-15 09:49:02 -05:00
samples Sections can support multiple headers 2013-12-15 09:49:02 -05:00
.gitignore Word2007 : Support for tab stops 2013-12-15 14:35:18 +01:00
.travis.yml IMPROVED : Moved examples out of Classes directory 2013-12-15 13:35:17 +01:00
README.md Added readme and license file 2012-07-05 07:25:13 +02:00
changelog.txt Temporary files naming logic in PHPWord_Template can lead to a collision (GH-38) 2013-12-15 14:58:44 +01:00
composer.json Word2007 : Support for tab stops 2013-12-15 14:35:18 +01:00
license.md Added readme and license file 2012-07-05 07:25:13 +02:00

README.md

PHPWord - OpenXML - Read, Write and Create Word documents in PHP

PHPWord is a library written in PHP that create word documents. No Windows operating system is needed for usage because the result are docx files (Office Open XML) that can be opened by all major office software.

Want to contribute?

Fork us!

License

PHPWord is licensed under LGPL (GNU LESSER GENERAL PUBLIC LICENSE)