[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Screen Hardcopy Utility



Hi.
To do this, you must first take a screenshot , then send the image to printer.
You can use ImageMagick and Cups.

so, i.e, to take screenshot:
# import -window root /tmp/desktop_snap.jpg

and to print it should be sufficent:
# lpr -P your_local_printer /tmp/desktop_snap.jpg

to do all-in-one you must create a bash script, and to use it with a special key pressure, you can use the Keyboard Shortcut utility.
Hope I help you!
Bye

On 3/29/06, Michael Wuest <mwuest@gev5.gotdns.org> wrote:
Hi there,

I need a program/script to do the following:

- running debian sarge / xfree
- to the pc attached is a printer (parallel, PCL5 compliant)
- user presses a special key to be defined
- the actual screen (consisting of rdesktop or vncviewer content)
   is being printed on the printer automatically

Any good hints?

Thx,
bye,
Michael.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: