PHP DocWriter is a set of PHP classes that generates StarOffice/OpenOffice.org Writer documents. It builds the document following the file format specification, so you don't need to have OpenOffice.org installed, though if it is installed, this class can generate other document formats like MS Word, PDF, RTF, StarWriter, LaTeX, XHTML, HTML, etc.
| Tags | Internet Web Dynamic Content CGI Tools/Libraries Software Development Libraries php classes |
|---|---|
| Licenses | GPL LGPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Changes: Support for paragraphs, pages (with respective headers and footers), and page breaks. Styles support for all objects (pdw_document, pdw_header, pdw_footer, pdw_textbox, etc). The ability to genenerate other document formats like MS Word, PDF, RTF, StarWriter, LaTeX, XHTML, HTML,etc. Partial drawing support. There is a class for each SVG element: line, rectangle, circle, ellipse, path, caption, etc. Generation speed improvements. The license has changed to the LGPL.


Changes: The main class was split into several classes (document, header, footer, and textbox), each with its own methods (write, image, etc.). There is support for links, images, footnotes, more character styles, character colors (background and foreground), and language/country definition of documents. There are various fixes in the document class. The same image s copied only once when inserted at different points in the document. The documentation has been finished and an English translation added. The zip tool dependency has been removed.


No changes have been submitted for this release.