gslp


SUBMITTED BY: Guest

DATE: June 2, 2014, 2:18 p.m.

FORMAT: Text only

SIZE: 2.9 kB

HITS: 6145

  1. NAME
  2. gslp - Format and print text using ghostscript
  3. gsbj - Format and print text for BubbleJet printer using ghostscript
  4. gsdj - Format and print text for DeskJet printer using ghostscript
  5. gsdj500 - Format and print text for DeskJet 500 BubbleJet using ghostscript
  6. gslj - Format and print text for LaserJet printer using ghostscript
  7. SYNOPSIS
  8. gslp -12BclqRr -b<header> -f<font> -F<hfont> -L<lines> -p<outfile> -T<n> --add-to-space <units> --add-to-width <units> --columns <n> --detect --first-page <n> --kern <file.afm> --last-page <n> --(heading|footing)-(left|center|right) <string> --margin-(top|bottom|left|right) <inches> --no-eject-(file|formfeed) --spacing <n> [gs options] [files]
  9. gsbj [options] [files]
  10. gsdj [options] [files]
  11. gsdj500 [options] [files]
  12. gslj [options] [files]
  13. DESCRIPTION
  14. This utility provides functionality approximately equivalent to the Unix enscript(1) program. It prints plain text files using a single font. It currently handles tabs and formfeeds, but not backspaces. It will line-wrap when using fixed-pitch fonts. It will also do kerning and width adjustment.
  15. The default device (-sDEVICE=) and resolution (-r) are as follows:
  16. gslp epson 180
  17. gsbj bj10e 180
  18. gsdj deskjet 300
  19. gsdj500 djet500 300
  20. gslj laserjet 300
  21. By default the current date is formatted as the center header.
  22. OPTIONS
  23. Standard switches implemented:
  24. -12BclqRr -b<header> -f<font> -F<hfont> -L<lines> -p<outfile>
  25. Sun switches implemented:
  26. -T<n> set tab width
  27. Switches ignored:
  28. -GghKkmow -# -C -d -J -n -P -S -s -t -v
  29. Switches added:
  30. --add-to-space <units>
  31. add the given number of 1/72" units to the width of each space (may be negative)
  32. --add-to-width <units>
  33. add the given number of 1/72" units to the width of each character (may be negative)
  34. --columns <n>
  35. print in <n> columns
  36. --detect
  37. treat the file as PostScript if it starts with %!
  38. --first-page <n>
  39. start printing at page <n>
  40. --kern <file.afm>
  41. kern using information from the given .AFM file
  42. --last-page <n>
  43. stop printing after page <n>
  44. --(heading|footing)-(left|center|right) <string>
  45. set the heading/footing fields; use -B first to clear
  46. --margin-(top|bottom|left|right) <inches>
  47. set a margin
  48. --no-eject-(file|formfeed)
  49. end-of-file/FF only starts a new column, not a new sheet
  50. --spacing <n>
  51. use double (n=2), triple (n=3), etc. spacing
  52. Also, the string %# in a heading or footing is replaced with the page #.

comments powered by Disqus