Showing posts with label Printing. Show all posts
Showing posts with label Printing. Show all posts

Saturday, July 14, 2012

How to set default printer in Linux or Unix

If you are using terminal setup in Unix systems like Linux, you can configure your default printer by:

1. csh shell version (by editing ~/.cshrc or ~/.tcshrc configuration files%2y
setenv PRINTER your-printer-name
2. bash shell version (by editing ~/.bashrc configuration file)
export PRINTER=your-printer-name

Saturday, July 7, 2012

How to generate PS file in Windows environment

In order to create a Postscript (PS) file from Windows applications: simply print from the application, selecting a postscript printer and using the printing option "print to file".

A dialog box will open, allowing you to choose the folder in which you wish to create the PostScript file. Choose a name for the file (a .prn extension will be appended to the filename). When you select Save, the printer driver will save the Postscript file in the location you select instead of actually sending the postscript file to the printer. You may need to change the file extension to .ps after file is generated.

However, very likely, using the printer driver for your own printer will result in files that are targeted at that printer, and hence not completely portable. To achieve portability, you will need to install and use another printer driver. Also you may not have any postscript printer with you at the moment. The solution to this is to install a virtual postscript printer, i.e. install printer drivers without actually having the corresponding printer.

Tuesday, June 12, 2012

Picasa 3 for photo editing

Few photos start out perfectly. One of the software I use frequently in editing photos is Picasa. Picasa is Google’s freeware for photo management.

Friday, April 20, 2012

How to determine / find CUPS version

Simply execute the following command in your Unix machine to determine what version of CUPS running on your system.
# cups-config --version

cups-config is the CUPS program configuration utility. Some of the option available for this utility include:

--api-version: current API version (major.minor).

--cflags: necessary compiler options.

How to delete printer port in Windows

In order to delete TCP/IP printer port in windows systems, follow the following steps:
  1. Open the printers folder - Start, Setting, Printers
  2. Remove the related printers using the printer port
  3. Select "Server Properties" from "File" menu
  4. Select the Ports tab
  5. Delete the related port here.
That's it!

Sunday, September 25, 2011

KB2522422: Fix for Internet Explorer 9 (IE9) compatibility issue with Canon Printer Drivers

There is an issue reported that Canon printer may experience failed print jobs when trying to print a web pages in the Internet Explorer 9 (IE9).

Common error messages that pop up include “Script error An error has occurred in the script on this page” and “Message from webpage There was an internal error, and Internet Explorer is unable to print this document”. Microsoft confirmed that users may see variations of error messages on their computer.

Tuesday, September 13, 2011

Postscript Emulation in printer

Postscript in printers is a page description language and the embodiment of that language on a chip inside a printer. It is an Adobe invention and protected by either copyright or patent law. Anyway, Postscript is open published code, and printer manufactures can choose to license from Adobe, or build their own interpreter based on the PS specifications to avoid the fee structures charged by Adobe. Some do a better job then others.

Generally, PostScript emulation tries to emulate the results of genuine PostScript technology, achieving a printed document that can be very close to the desired result. For most stuff, an emulation will just be as good as the original version. However, the emulation will never achieve results that are precisely the same as a genuine PostScript printer. Some have claimed that certain files fail in emulated PS that work in Adobe. But it is pretty rare case.