Package:
Summary:
Generate stems from words using UTF-8 encoding
Groups:
Author:
Description:
This class can be used to generate stems from words encoded using UTF-8.
Package:
Summary:
Alter a PDF document to make it print when opened
Groups:
Author:
Description:
This class can be used to alter a PDF document to make it print when opened.
It can open a given PDF file and regenerate it inserting special JavaScript code to make it open the print dialog when it is opened.
The altered PDF file may be saved to a given file or displayed as the current script output.
Package:
Summary:
Compare the schemata of two MySQL databases
Groups:
Author:
Description:
This class can be used to compare the schemata of two MySQL databases.
It takes the names of two MySQL databases and compares their list of tables, fields and indexes.
The results of the comparison are stored in a separate database table.
Package:
Summary:
Encode and decode data inside PNG images
Groups:
Author:
Description:
This class can be used to encode and decode data inside PNG images.
It can take a string of data or a file and creates an image in PNG format that stores the values of the given data. The generated image can be monochrome or colored.
The class can also do the opposite, i.e. recover the data previously stored in a PNG image.
Package:
Summary:
Access to a MySQL database using a singleton
Groups:
Author:
Description:
This class can be used to access to a MySQL database using a singleton.
It creates a single instance of the class that can establish MySQL database connections, execute SQL queries, retrieve the number of result rows and retrieve the results in a single array.