-
OpenOffice 2 HTML can be used to convert OpenOffice 1.*/2.* Writer documents to HTML.OpenOffice 2 HTML can parse a given OpenOffice Writer document in XML format (.sxv and .odt) and generate an HTML file. It can convert documents with images and simple text styles. It can also convert tables but without style support.
-
The XmlNode class is intended for developers who need to generate an XML or XHTML document on-the-fly. It requires PHP 5 support for defining the interface WritableDocument that is implemented by different XML node classes.
-
wordDocumentHandler can be used to convert a Microsoft Word document to HTML, RTF or plain text using COM objects. The input document formats can be Microsoft Word DOC, RTF and plain text.wordDocumentHandler can also clean the generated HTML to remove unnecessary markup that Microsoft Word adds. Of course, you need MsWord installed on the server, and Windows OS.It doesn't works ...
-
XML Document is meant for manipulating XML documents. It may be useful for manipulating XML documents that contain application configuration values, security role definitions or even use the XML documents to store information like in databases.XML Document can parse a XML document and build and object oriented structure that can be manipulated to apply any changes that many be needed. ...
-
RTF Generator classes is a class for creating RTF document files from HTML. RTF is a popular rich text format meant for interchange of documents between any word processor program.RTF Generator classes parses and converts to RTF various HTML tags.
-
PHP DocWriter is a set of PHP classes that generates simple 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 installed this class can generate other document formats like MS Word, PDF, RTF, StarWriter, LaTeX, XHTML, HTML, etc. Currently supports pages, paragraphs, text styles, images, tables, text ...
-
Easy creating of pdf documents with a set of own elements and attributes like page, path, line, etc. The pdfTag-class creates,with help of the PDFlib, small pdfs in a short time.
-
RDDL Parser can be used to parse RDDL documents. An RDDL document is an XHTML document with special resource elements.RDDL Parser parses the resources described in the RDDL and provides a method to return a PHP array containing the information about the RDDL resources.After parsing the document and retrieving the resources you can do whatever you want with them. RDDL ...
-
PHPdocutron can be used to document PHP classes. It uses MySQL and simple interface to add classes, describe methods and parameters. Then it can generate HTML documentation for a selected group of classes with hyperlinks.
-
With Document Hide and Track you can "hide" a document and/or file, embedding it in a php script. This is useful to avoid direct linking and to track each visitor (so it is useful also as a download manager).To access the "hidden" document user must insert his name and email: each access is logged with an email and a file ...

