This commit is contained in:
parent
b2286f8545
commit
b4be9c65bd
|
|
@ -17,7 +17,6 @@ Read more about PHPWord:
|
||||||
- [Requirements](#requirements)
|
- [Requirements](#requirements)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Getting started](#getting-started)
|
- [Getting started](#getting-started)
|
||||||
- [Known issues](#known-issues)
|
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
- [Developers' Documentation](http://phpword.readthedocs.org/)
|
- [Developers' Documentation](http://phpword.readthedocs.org/)
|
||||||
- [API Documentation](http://phpoffice.github.io/PHPWord/docs/master/)
|
- [API Documentation](http://phpoffice.github.io/PHPWord/docs/master/)
|
||||||
|
|
@ -126,10 +125,6 @@ $phpWord->save('helloWorld.rtf', 'RTF');
|
||||||
|
|
||||||
More examples are provided in the [samples folder](samples/). You can also read the [Developers' Documentation](http://phpword.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPWord/docs/master/) for more detail.
|
More examples are provided in the [samples folder](samples/). You can also read the [Developers' Documentation](http://phpword.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPWord/docs/master/) for more detail.
|
||||||
|
|
||||||
## Known issues
|
|
||||||
|
|
||||||
- GH-238: PHPWord uses temporary folder with `sys_get_temp_dir()` extensively. The default setting on some systems (especially Windows) do not give appropriate read/write permission to this folder. Run `samples/index.php` either by CLI or by web browsers to check if you have this requirement fulfilled.
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
We welcome everyone to contribute to PHPWord. Below are some of the things that you can do to contribute:
|
We welcome everyone to contribute to PHPWord. Below are some of the things that you can do to contribute:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue