Main > Free Download Search >

Free printing software for linux

printing

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 338
Common UNIX Printing System 1.3.0

Common UNIX Printing System 1.3.0


CUPS provides a portable printing layer for Unix(r)-based operating systems. more>>
CUPS provides a portable printing layer for Unix(r)-based operating systems. Common UNIX Printing System has been developed to promote a standard printing solution for all Unix vendors and users.

CUPS provides the System V and Berkeley command line interfaces, and uses the Internet Printing Protocol ("IPP") as the basis for managing print jobs and queues. The Line Printer Daemon (LPD) Server Message Block (SMB), and AppSocket (a.k.a. JetDirect) protocols are also supported with reduced functionality.

CUPS adds network printer browsing and PostScript Printer Description ("PPD") based printing options to support real world printing under UNIX. It includes an image file RIP that supports printing of image files to non-PostScript printers.

A customized version of GNU Ghostscript 7.05 for CUPS called ESP Ghostscript is available separately to support printing of PostScript files within the CUPS driver framework. Sample drivers for Dymo, EPSON, HP, and OKIDATA printers are included that use these filters.

<<less
Download (4.6MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
805 downloads
HP Linux Imaging and Printing 2.7.7

HP Linux Imaging and Printing 2.7.7


HP Linux Imaging and Printing (HPLIP) isa complete printing and imaging solution for Linux. more>>
HP Linux Imaging and Printing Driver Project consists of two projects:

1) HPIJS, a printer driver for HP devices

2) HP Linux Imaging and Printing (HPLIP), a complete printing and imaging solution for Linux (note: HPLIP includes HPIJS).
<<less
Download (13.2MB)
Added: 2007-08-02 License: LGPL (GNU Lesser General Public License) Price:
839 downloads
PHP PrintIPP 0.73

PHP PrintIPP 0.73


PrintIPP is a PHP class (PHP5) which implements an IPP client (Internet Printing Protocol). more>>
PrintIPP is a PHP class (PHP5) which implements an IPP client (Internet Printing Protocol).
PrintIPP, in its current state, is able to print both strings and files, and cancel jobs, as doing all RFC2911 operations.
PHP PrintIPP project is a Free Software.
PHP PrintIPP is distributed uder LGPL, Http backend under BSD license, testfiles under GPL, test script and examples in documentation under BSD license, documentation under GNU FDL (with no invariant section, no front-cover and no back-cover).
Enhancements:
- There is now an integrated HTTP backend, with Basic and Digest authentication mechanisms.
- Many operations have been added.
<<less
Download (0.083MB)
Added: 2006-01-19 License: GPL (GNU General Public License) Price:
1373 downloads
Gtk2::Ex::PrintDialog 0.02

Gtk2::Ex::PrintDialog 0.02


Gtk2::Ex::PrintDialog is a simple, pure Perl dialog for printing PostScript data in GTK+ applications. more>>
Gtk2::Ex::PrintDialog is a simple, pure Perl dialog for printing PostScript data in GTK+ applications.

SYNOPSIS

use Gtk2::Ex::PrintDialog;

my $dialog = Gtk2::Ex::PrintDialog->new; # a new dialog

$dialog->set_data($postscript_data); # supply some postscript data

$dialog->set_filename($postscript_file); # get postscript from a file

$dialog->run; # show the dialog to the user

This module implements a dialog widget that can be used to print PostScript data. It is intended to be a lightweight and pure-perl alternative to the Gnome2::Print libraries.
This module uses a simple system of operating-system specific backends that are used to do the job of printing. Currently, only a generic Linux/Unix backend (implemented using Net::CUPS) is available, more will be added in the future.

The dialog itself is intended to comply with the GNOME Human Interface Guidelines (HIG). It allows the user to print to any printer installed on the system, or to an external command such as lpr, or to print a PostScript or PDF file.

This module is UNSTABLE, the behaviour and API of its components may change in the future.

<<less
Download (0.011MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1199 downloads
CodePrinter 1.0.3

CodePrinter 1.0.3


CodePrinter is a tiny utility to print out source code or other text files. more>>
CodePrinter is a tiny utility to print out source code or other text files. CodePrinter projects main intent is to provide you with print-outs for your code reviews and to save some paper by fitting two code pages onto one sheet of paper.
CodePrinter is written in Java and makes use of the Java Printing API. Its an Open Source project hosted at SourceForge.net and is protected by the GNU General Public License.
Unix- & Linux people should consider a2ps as an alternative.
Main 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
- Printing of a single or all previewed pages
- Font and font size selection
<<less
Download (MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1413 downloads
pyChing 1.2.2

pyChing 1.2.2


pyChing project is a used for cast and interpret I Ching hexagrams. more>>
pyChing project is a used for cast and interpret I Ching hexagrams.
Main features:
- allows saving/restoring of readings for use within pyChing
- user configurable colors
- nifty coin animations
- readings may also be saved as text, for subsequent printing or whatever
- information on the hexagrams cast are available within the program
- hexagram information may be browsed at any time
- formatted hypertext help and information viewer
- pyChing should be portable across Linix/Unix/X11, Windows and MacOS/OSX
Enhancements:
- minor bugfix
- removed addressed deprecated module warning
<<less
Download (0.13MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1098 downloads
pyWings 1.0.1

pyWings 1.0.1


pyWings project allows to consult the Newwings oracle. more>>
pyWings project allows to consult the Newwings oracle.
Its a completely original modern oracle inspired by the I Ching.
pyWings is written in Python, using the Tkinter interface to the Tk GUI toolkit.
Main features:
- allows saving/restoring of readings for use within pyWings
- simple, highly graphical user interface
- readings may also be saved as text, for subsequent printing or whatever
- formatted hypertext help and information viewer
- pyWings should be portable across X11, Windows 95/98/NT/2000 and MacOS
Enhancements:
- first public release
<<less
Download (0.10MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1092 downloads
Prima::Printer 1.20

Prima::Printer 1.20


Prima::Printer is a system printing services. more>>
Prima::Printer is a system printing services.

SYNOPSIS

my $printer = $::application-> get_printer;
print "printing to ", $printer->printer, "...n";
$p-> options( Orientation => Landscape, PaperSize => A4);
if ( $p-> begin_doc) {
$p-> bar( 0, 0, 100, 100);
print "another page...n";
$p-> new_page;
$p-> ellipse( 100, 100, 200, 200);
(time % 1) ? # depending on the moon phase, print it or cancel out
$p-> end_doc :
$p-> abort_doc;
} else {
print "failedn";
}

Prima::Printer is a descendant of Prima::Drawable class. It provides access to the system printing services, where available. If the system provides no graphics printing, the default PostScript (tm) interface module Prima::PS::Printer is used instead.

<<less
Download (1.4MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1180 downloads
Gutenprint 5.0.1/5.1.2

Gutenprint 5.0.1/5.1.2


Gutenprint is a very high quality package of printer drivers for Ghostscript and CUPS. more>>
Gutenprint project, formerly named Gimp-Print, is a suite of printer drivers that may be used with most common UNIX print spooling systems,
including CUPS, lpr, LPRng, or others. These drivers provide high quality printing for UNIX (including Macintosh OS X 10.2, 10.3, and
10.4) and Linux systems that in many cases equal or exceed proprietary vendor-supplied drivers in quality and functionality, and can be used for demanding printing tasks requiring flexibility and high quality. This software package includes an enhanced Print plug-in for the GIMP that replaces the plug-in packaged with the GIMP, and Ghostscript and CUPS drivers, as well as Foomatic data supporting the Ghostscript driver.
Gutenprint has been renamed in order to clearly distinguish it from the GIMP. While this package started out as the original Print plugin for the GIMP, it has expanded into a collection of general purpose printer drivers, and the new, enhanced Print plugin for the GIMP is now only a small part of the package. Furthermore, the name Gutenprint recognizes Johannes Gutenberg, the inventor of the movable type printing press. Finally, the word "guten" means "good" in German.
Gutenprint 5.0.0 is the first stable release of Gutenprint 5.0, and incorporates extensive feedback from the first release candidate. It
is based on the Gimp-Print 4.3 series that has been in development for over three years, and includes many improvements over the very popular 4.2 series.
Gutenprint currently supports over 700 printer models.
Enhancements:
- This release offers support for almost 70 new printers, full support for CUPS 1.2 (including extended attributes and on the fly PPD file generation), corrected support for borderless printing to Epson printers, the ability to choose resizing rather than cropping when printing from CUPS, and more.
- The Mac OS X binary is much faster in some cases on PPC Macs than the initial 5.0 binary.
- All users of Gutenprint 5.0.0 should upgrade.
<<less
Download (3.7MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
897 downloads
ser2net 2.3

ser2net 2.3


The ser2net daemon allows telnet and TCP sessions to be established with a units serial ports. more>>
The ser2net daemon allows telnet and TCP sessions to be established with a units serial ports. Note that ser2net supports RFC 2217 (remote control of serial port parameters), but you must have a complient client. The only one I know it is kermit application (http://www.columbia.edu/kermit).
Enhancements:
- dataxfer.c, devcfg.c, devcfg.h, ser2net.conf, ser2net.8: Added a s banner token for printing out the serial parameters.
- ser2net.conf: Cleaned up the ugly banner3.
- Makefile.am: Add ser2net.init to EXTRA_DIST.
- configure.in: Move to version 2.3.
<<less
Download (0.29MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1210 downloads
convert2tifgrayscale

convert2tifgrayscale


convert2tifgrayscale is a GIMP plugin that can batch convert to tif grayscale for Offset-Printing. more>>
convert2tifgrayscale is a GIMP plugin that can batch convert to tif grayscale for Offset-Printing.

Converts all images in a specified directory to grayscale, then uses unsharp mask and adjusts levels.

<<less
Download (MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1167 downloads
Preview 0.8.5

Preview 0.8.5


Preview is a simple image viewer for GNUstep. more>>
Preview is a simple image viewer for GNUstep. It is designed to be easy to use and support GNUstep features such as image design, pasteboard/services, printing, and layout.

<<less
Download (0.067MB)
Added: 2005-07-12 License: GPL (GNU General Public License) Price:
2419 downloads
Root-tail 1.2

Root-tail 1.2


Root-tail is a program that allows printing of text directly to the X11 root window wherever you choose. more>>
Root-tail is a program that allows printing of text directly to the X11 root window wherever you choose, much like running rxvt with a pixmap background but without the hassle and with more features.
Install:
xmkmf -a
make
make install
make install.man
Enhancements:
- replaced default font by "*" to "ensure" some font is found.
- accept hexadecimal window ids, as does everybody else(?).
- made it compile with ansi-89-based compilers again.
- add hack to support nautilus (not very stable, nautilus should either use extended window manager hints or __SWM_VROOT, as everybody else does).
- do not initialize the window twice (fixes problems with multiple visuals).
- new option: -minspace.
- fixed seg fault if geometry is too short to fit a single line
- fix bug which became apparent if -no-filename or null
<<less
Download (0.020MB)
Added: 2005-10-21 License: GPL (GNU General Public License) Price:
1467 downloads
phpbigbiz 0.2a

phpbigbiz 0.2a


phpbigbiz is a Web-based MySQL front end that handles acts as a P.O.S. system. more>>
phpbigbiz is a Web-based MySQL front end that handles acts as a P.O.S. system. The default layout is to add a customer, add units to the customer, then add parts to units.
phpbigbiz is set up for the repair industry.
Main features:
- Expandability
- All pages are remembered
- Easy printing
Enhancements:
- More functions, an install wizard, better printing functions, and an improved printing class were added.
- This is much more flexible for other businesses.
<<less
Download (3.3MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1068 downloads
Gespinst WebCMS 1.2.4

Gespinst WebCMS 1.2.4


Gespinst WebCMS is an easy-to-use Web content management system. more>>
Gespinst WebCMS is an easy-to-use Web content management system. It features a file manager designed to be familiar to users of Windows Explorer or GNOMEs Nautilus that is used to work with news, images, calendar events, and users.
A variety of text formatters are provided, including support HTML and Wiki syntax. A forms system is also included for printing, receiving, and validating HTML forms. Additional functionality is provided with optional modules.
Enhancements:
- Fixes a bug relating to a template parameter.
- Adds some functionality for the new module lastcomments.
<<less
Download (0.44MB)
Added: 2005-10-31 License: BSD License Price:
1453 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5