CodePrinter is a tiny utility to print out source code or other text files. Its main intent is to provide print-outs for code reviews and to save some paper by fitting two code pages onto one sheet of paper. CodePrinter makes use of the Java Printing API. It features printing of one or multiple files, line numbering, simple syntax highlighting for Java, HTML, and XML files, preview with zoom-in/zoom-out functionality, and printing of a single page or all previewed pages.
| Tags | printing |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: You can now choose the font and font size. The stand-alone application now works with both JDK 1.3 and 1.4.


Release Notes: A stand-alone version has been added. This version now checks for the fonts "Courier New" and "Arial", because some printers had problems with Java's bold monospace font.


Release Notes: The zoom step has been increased. Pages are enumerated. Lines are not enumerated after a line break.


Release Notes: This release provides the CodePrinter plugin for Eclipse 3.0.