#82 : Fixed some errors for the PDF Generation
This commit is contained in:
parent
df8a45ec33
commit
309a0256cc
|
|
@ -0,0 +1,4 @@
|
||||||
|
.. _credits:
|
||||||
|
|
||||||
|
Credits
|
||||||
|
=======
|
||||||
|
|
@ -7,7 +7,7 @@ Basic example
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
The following is a basic example of the PHPWord library. More examples
|
The following is a basic example of the PHPWord library. More examples
|
||||||
are provided in the `samples folder <samples/>`__.
|
are provided in the `samples folder <https://github.com/PHPOffice/PHPWord/tree/master/samples/>`__.
|
||||||
|
|
||||||
.. code-block:: php
|
.. code-block:: php
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,4 +35,4 @@ Indices and tables
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
* :ref:`search`
|
* :ref:`search`
|
||||||
|
|
||||||
.. |PHPWord| image:: https://raw.github.com/PHPOffice/PHPWord/develop/docs/images/phpword.png
|
.. |PHPWord| image:: images/phpword.png
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ No Windows operating system is needed for usage because the resulting
|
||||||
DOCX, ODT, or RTF files can be opened by all major `word processing
|
DOCX, ODT, or RTF files can be opened by all major `word processing
|
||||||
softwares <http://en.wikipedia.org/wiki/List_of_word_processors>`__.
|
softwares <http://en.wikipedia.org/wiki/List_of_word_processors>`__.
|
||||||
|
|
||||||
PHPWord is an open source project licensed under `LGPL <license.md>`__.
|
PHPWord is an open source project licensed under LGPL.
|
||||||
PHPWord is `unit tested <https://travis-ci.org/PHPOffice/PHPWord>`__ to
|
PHPWord is `unit tested <https://travis-ci.org/PHPOffice/PHPWord>`__ to
|
||||||
make sure that the released versions are stable.
|
make sure that the released versions are stable.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
.. _recipes:
|
||||||
|
|
||||||
|
Recipes
|
||||||
|
=======
|
||||||
Loading…
Reference in New Issue