Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.228.031 Times

Generic Color Postscript Printer freeware
Filter: All | Freeware | Demo
 

Generic Color Postscript Printer

< 1 2 3 4 5 > 
Released: June 12, 2005  |  Added: February 07, 2006 | Visits: 7.106

O&K Printer Viewer O&K Printer Viewer spool file viewer. This program will allow you to view what you or somebody else has printed on your printer. You will be able to view every printed document, print it out again, copy to clipboard or save it as a graphic file, such as bmp, gif, jpg or tiff.



Platforms: Windows

License: Freeware Size: 2.11 MB Download (1063): O&K Printer Viewer Download

Released: November 21, 2006  |  Added: November 21, 2006 | Visits: 9.257

Printer Anywhere You won't have to worry about people not being able to open files that you send them, all you've got to do is set the connection up (takes less than a minute) and print from whatever program you created it in, to their printer.





Platforms: Windows

License: Freeware Size: 1.29 MB Download (1987): Printer Anywhere Download

Released: September 25, 2012  |  Added: November 08, 2012 | Visits: 1.793

RGB Color Picker Pick Screen Color Color and use inbuilt Editor to change selected color on your Windows Computer. Seperate RGB values are displayed in the RGB Editor and the software also displays hexadecimal values. RGB Editor is totally compatible with Windows 8, Windows 7 and other Microsoft Windows Versions....


Platforms: Windows

License: Freeware Size: 294.18 KB Download (155): RGB Color Picker Download

Released: July 07, 2009  |  Added: October 11, 2010 | Visits: 5.121

Resistor Color Bands The Resistor Color Bands application was designed to be a simple tool that displays resistor color codes and values. Resistor Color Bands can be used as a learning tool for students studying in electronics.


Platforms: Windows

License: Freeware Size: 1.45 MB Download (1126): Resistor Color Bands Download

Released: June 08, 2009  |  Added: June 12, 2009 | Visits: 2.496

RonyaSoft PDF Printer What is RonyaSoft PDF Printer? It is virtual printer software for making of PDF documents virtually from any Windows application. Produced PDF files are searchable, keep vector graphics quality and are fully compatible with Adobe Acrobat Reader. Is it hard to use? Absolutely not. If you are...


Platforms: Windows

License: Freeware Size: 1.69 MB Download (262): RonyaSoft PDF Printer Download

Added: January 18, 2010 | Visits: 1.439

Generic Protocol Framework 1.0 Generic Protocol Framework aims to allow users to rapidly prototype different emerging communications protocols. Implementations can be easily "dropped in" and tested independant of a finished product. Testing on both the end product, and the protocol itself can be easily accomplished. The tool...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (99): Generic Protocol Framework 1.0 Download

Added: January 27, 2010 | Visits: 1.199

Color::Object Color::Object is a OO-Color Module. A module for manipulation Colors within RGB, HSV and HSL color-spaces for usage within PDF-Documents especially with the Text::PDF::API modules. SYNOPSIS use Color::Object; $cl = Color::Object->new; $cl = Color::Object->newRGB($r,$g,$b); $cl =...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Color::Object Download

Added: June 27, 2010 | Visits: 1.217

Imager::Color Imager::Color is a Perl module with color handling for Imager. SYNOPSIS $color = Imager::Color->new($red, $green, $blue); $color = Imager::Color->new($red, $green, $blue, $alpha); $color = Imager::Color->new("#C0C0FF"); # html color specification $color->set($red, $green, $blue);...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (95): Imager::Color Download

Added: June 21, 2010 | Visits: 1.144

Color::Fade Color::Fade provides a Perl extension for fading text colors. Color::Fade uses mathematical formulas to take an input string of virtually any length, and virtually any number of colors, and assign an individual color to each character to fade between each of the input colors. In other words,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): Color::Fade Download

Added: November 07, 2010 | Visits: 1.913

PostScript::Graph::Bar PostScript::Graph::Bar Perl module can draw a bar chart on a postscript file. SYNOPSIS Simplest Take labels and values from a csv file and output as a bar chart on a postscript file. use PostScript::Graph::Bar; my $bar = new PostScript::Graph::Bar(); $bar->build_chart("survey.csv");...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (125): PostScript::Graph::Bar Download

Added: May 14, 2010 | Visits: 983

PostScript::File PostScript::File is a Perl base class for creating Adobe PostScript files. SYNOPSIS use PostScript::File qw(check_tilde check_file incpage_label incpage_roman); Simplest An hello world program: use PostScript::File; my $ps = new PostScript::File(); $ps->add_to_page( <


Platforms: *nix

License: Freeware Size: 22.53 KB Download (118): PostScript::File Download

Added: February 06, 2010 | Visits: 1.079

Color::Calc Color::Calc provides a module which implements simple calculations with RGB colors. This can be used to create a full color scheme from a few colors. There are three methods to use the calculation functions: You can create an object, import customised functions into your namespace, or you can...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (102): Color::Calc Download

Added: October 12, 2010 | Visits: 1.358

SDL::Color SDL::Color is a SDL perl extension. SYNOPSIS $color = new SDL::Color ( -r => 0xde, -g => 0xad, -b =>c0 ); $color = new SDL::Color -surface => $app, -pixel => $app->pixel($x,$y); $color = new SDL::Color -color => SDL::NewColor(0xff,0xaa,0xdd); SDL::Color is a wrapper for display format...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (98): SDL::Color Download

Added: April 17, 2010 | Visits: 873

Lemonldap::Handlers::Generic Lemonldap::Handlers::Generic is a Perl extension for Lemonldap sso system. Lemonldap::Handlers::Generic4a2 - Handler for Apache2 Lemonldap SSO system SYNOPSIS In httpd.conf ..... perltranshandler Lemonldap::Handlers::Generic4a2 ..... Generic4a2 is the central piece of websso...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (89): Lemonldap::Handlers::Generic Download

Added: September 06, 2010 | Visits: 1.415

CAD::Drawing::IO::PostScript CAD::Drawing::IO::PostScript is a Perl module with PostScript output methods. I would like this module to both load and save PostScript vector graphics, but I have not yet found a suitable PostScript parsing package. This module should be considered pre-ALPHA and untested. Some features rely...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (101): CAD::Drawing::IO::PostScript Download

Added: June 24, 2010 | Visits: 1.033

Color Label Color Label is a service menu for KDE based on Color Folder 0.3.4 by HessiJames. HowTo: Extract all files and copy colorlabel into /usr/bin/... perhaps you need to make it executable chmod 755 /usr/bin/colorlabel copy colorlabel.desktop to...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (154): Color Label Download

Added: October 06, 2010 | Visits: 1.504

Color::Scheme Color::Scheme is a module used to generate pleasant color schemes. This module is a Perl implementation of Color Schemes 2, a color scheme generator. Start by visitng the Color Schemes 2 web site and playing with the colors. When you want to generate those schemes on the fly, begin using this...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (127): Color::Scheme Download

Added: July 03, 2010 | Visits: 1.847

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications..


Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: April 03, 2010 | Visits: 952

Rose::Object::MakeMethods::Generic Rose::Object::MakeMethods::Generic is a Perl module that can create simple object methods. SYNOPSIS package MyObject; use Rose::Object::MakeMethods::Generic ( scalar => [ power, error, ], scalar --get_set_init => name, boolean --get_set_init => is_tall, boolean => [ is_red,...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (91): Rose::Object::MakeMethods::Generic Download

Added: March 02, 2010 | Visits: 1.031

GENeric Radio IP GENRIP is a kernel driver (presently for Linux only) that enables you to carry ethernet frames over generic low-speed/low-power serial radios, such as Microhards MHX series radios. It is intended to speed up the development cycle for those creating low-powered Embedded telemetry and SCADA...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (95): GENeric Radio IP Download

< 1 2 3 4 5 >