Sponsored Content
Full Discussion: Enscript
Top Forums UNIX for Dummies Questions & Answers Enscript Post 2933 by mirzabhai on Monday 11th of June 2001 04:21:31 PM
Old 06-11-2001
Computer Enscript

I'm trying to print a perlscript file from nedit using the enscript command. It reads as follows:

enscript -dbigbird -R -G -b"my_perl_script.pl"

This is the printer command line when I print from nedit. I also have the language set to perl under preferences. This allows me to view comments in italics, control structures in bold, etc. How do I get this font scheme to print as well? Everytime I print the output is in a single font and regular. No italics or any bold fonts. Isn't there a way to print what I see? Is there a command to implement WYSIWYG?? Smilie Thanks to anyone who can help.
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Enscript

When I am trying to use ENSCRIPT for formatting a file, the output I am getting has prolog statements and I am not getting desired results.. Please help (0 Replies)
Discussion started by: surajemenon
0 Replies

2. UNIX for Dummies Questions & Answers

Can I print ps file using enscript?

Hi, I have ps file, I want to print with diffrent font, is it possible to print like this? enscript -fCourier9 test.ps how to find enscript is installed or not? if I enter man enscript I am able to see the documentation, but if I try enscript -fCourier9 test.ps I am getting ksh:... (1 Reply)
Discussion started by: redlotus72
1 Replies

3. UNIX for Dummies Questions & Answers

Problem in enscript???

hi, I am trying to print ps file.. using ENSCRIPT='-fHelvetica10' PE51_217685.ps but I am getting followinf error.. any idea? It was printing if I use lpr command, i need to font externally.. So I am using enscript.. but...!!! PE51_217685.ps: %!PS-Adobe-3.0: not found... (7 Replies)
Discussion started by: redlotus72
7 Replies

4. Linux

Euro - Symbol with enscript

Hello List, I am new in this forum. I have a problem with enscript and I am searching for about one year for a solution: We are using enscript and ghostscript to create pdf-Documents with our Software running on linux server. To print the EURO Symbol on a fixed place I can change the... (1 Reply)
Discussion started by: stefan2907
1 Replies

5. Shell Programming and Scripting

enscript color

Hi, I am converting a text file to ps using enscript. Does anyone know how to print in color? Here is what I tried: enscript -ptemp.ps -G -F Souvenir-DemiItalic20 -f Souvenir-DemiItalic20 -E --color file.txt The color doesn't work Thanks (5 Replies)
Discussion started by: forumbaba
5 Replies

6. Shell Programming and Scripting

Enscript text 2 postscript converter

I am trying to create a pdf file starting with a .eps file for the letterhead, and a text file to print on it. According to the man page the following should work. ^@epsf /home/aoti/coll07.eps ****** INVOICE ****** PAGE: 1 where ^@ is a... (0 Replies)
Discussion started by: jgt
0 Replies
DIFFPP(1)							      DIFFPP								 DIFFPP(1)

NAME
diffpp - pretty-print diff outputs with GNU enscript SYNOPSIS
diffpp currentfile < diff-file DESCRIPTION
Diffpp converts diff(1)-program's output files to a format suitable to be printed with GNU enscript(1). Program annotates the changes with enscript's special escapes so enscript can highlight the modified portions of the file. All changed and added lines are printed with gray-background, deleted lines are marked with minus (`-') characters; diffpp prints one minus character for each deleted line. EXAMPLES
The easiest way to use diffpp is to use it as an input filter for enscript. If an input filter is specified for enscript it is used to pre-process the incoming data-stream. Filtering does not alter any header strings or file-timestamps which might be printed on enscript headers; only the incoming data is modified. enscript -G2re --filter='rcsdiff %s | diffpp %s' *.c *.h Print the changes between current source files and their latest RCS-versions. enscript -G2re --filter='diff %s~ %s | diffpp %s' *.c *.h Print changes between source files and the corresponding backup-files. SEE ALSO
diff(1), enscript(1) AUTHOR
Markku Rossi <mtr@iki.fi> <http://www.iki.fi/~mtr/> DIFFPP
Jan 29, 1997 DIFFPP(1)
All times are GMT -4. The time now is 01:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy