 |
| File |
Role |
Description |
example.gif |
Screen |
Screen grab of sample output |
|
Innovation Award
 September 2005
Number 5 |
Many Web applications need to provide means to print documents that they generate.
Printing documents is a task that can be implemented in ways that depend on the device into which the documents are printed, and also on the operating system in use.
This class provides an abstract interface that separates the generation of document printing data from the actual printing process. Many drivers can be developed to support different types of printing processes.
Manuel Lemos |
This package provides an abstract interface for printing documents.
Currently the package includes one implemented class that allows printing of basic text or preformatted (.prn) document files using the LPR protocol
The data to be sent to the printer can be either a filename or a string.
The driver interface provides hooks in the code to allow development of printer filters (drivers). Other driver classes can be developed to implement custom printer filtering like for instance to send documents to Postscript printers.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (86.1%) |
Good (86.1%) |
- |
Good (86.1%) |
- |
- |
Sufficient (60.3%) |
686 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| RFC 1179 |
LPR specification |