PHP Document
Free and open source Documents Scripts. Make a easy way to build a Document System, web based file manager, PDF or Office document.-
The first row of the CSV file is used to define the field names.
-
A document is read until a specified limit and a given tag is search for.simpleTagReader can find either a single tag or all tags in the document. It returns respectively the content of the tag or an array of values with the content of all tags found.Requirements: PHP 4.0 or higher
-
KML Creator provides several classes that abstract different types of map features such as folders, documents, place marks, points, lines, polygons, styles, icons, labels, etc..The KML document is composed by using objects of the map feature classes and is generated in either plain XML or compressed format.Requirements: PHP 5.0 or higher
-
phpCSV can parse each CSV file line and store the retrieved data in a bi-dimensional array class variable.The separator character and the line length limit values can be configured.
-
The information contained in the PHP files is extracted. The documentation of the classes or functions is outputted to a page or stored in a file.Limitations: The code and comments of the class are in German.
-
vCard php Class is a class to manipulate with vCard information, according vCard v2.1 and vCard v3.0.
-
TinyButStrong OOo is an extension for the TinyButStrong template engine. It allows the creation of OpenOffice documents dynamically, providing the separation between the document formatting logic and content.In practice, template can be created using OpenOffice with the TinyButStrong tags. Then a PHP script can be generated to call TinyButStrong OOo to merge the document template with dynamically defined data to ...
-
The developer specifies fields and their position within a block, and then the class generates a document with data that use those block definitions.Block are being kept intact and prevented from splitting across pages. In addition, GenPDF lets the user output fields in the block in any order. GenPDF can even be a different order in each block output.
-
KExCel can build an Excel sheet document by first defining the column titles and then the data of each of the sheet rows.The generated document gets returned as a string value or is served for download from the current script.Limitations: The code and the comments are in Spanish.
-
RTF Generation Class can add to the documents pages, paragraphs, bullet lists, line breaks, images and text in several fonts, colors and alignment.The generated document can be served as the current script output.Requirements: PHP 4.3.0 or higher
-
RTF Parse class supports converting ISO Latin 1 character set used for text in idioms such as Spanish and Catalan.
-
Text or numeric values can be added to specified rows and columns of the spreadsheet. IAM-XLS may also execute a MySQL database query and generate a single spreadsheet with the results of the query. The first row has the query result column names.IAM-XLS stores the whole spreadsheet definition in XLS format in a class variable. The generated spreadsheet data can ...
-
CSV Creation executes an SQL query to retrieve all the data in a given MySQL table and generates a CSV file with the table data. The name of the CSV file is formed from the table name followed by the .csv extension and the directory where it gets saved can be configured.CSV Creation can also iterate over all tables of ...
-
PDF Barcode can be useful for generating labels, which require printing. It takes as input the text and the barcodes in the GNU Barcode format.The result is an identifier of an a graphic object that can be placed in a PDF document object.
-
CSV Reader implements a reader interface similar to what exists for Java and provides a line per line extraction for efficient processing.Key Features of CSV Reader:- Support standard CSV features- A cell containing special caracters must be surrounded by ".- Inserting a " can be done throught escaping ( " ) or preceding by another double quote ( "" )- ...

