Slashdot Mirror


Printing for the Impatient using ApsFilter

BSD Forums writes "While Unix has roots in document formatting and layout, configuring printers has always required more black-arts arcana. This hasn't been helped by the appearance of low-cost commodity WinPrinters. Fortunately, tools like Ghostscript, gimp-print, and Apsfilter make configuring printers much easier. Michael Lucas demonstrates quick and dirty -- and working -- printer configuration."

2 of 50 comments (clear)

  1. That's sad.... by Creepy+Crawler · · Score: 4, Interesting

    Back in the old SysV days, you HAD to go through a convoluted filter set and queue system to do about anything. If yoy're still doing it this way, you're insane.

    The best way to print anything now is using CUPS. Easy to set up and administer. Who WOULDNT want to use it?

    --
    1. Re:That's sad.... by i18rabbit · · Score: 2, Interesting

      Why is this a 5 (or even interesting):

      That's sad.... (Score:5, Interesting)
      The best way to print anything now is using
      CUPS. Easy to set up and administer. Who
      WOULDNT want to use it?

      When this is a 4?

      Re:That's sad.... (Score:4, Insightful)
      Your post is so typical of what I see on
      Slashdot these days ...

      The first comment was totally stupid with no
      substance or relevance, and should be a -1 or
      less. The second comment was very
      substantive and intelligent and deserves
      a book of deep thought and commentary.

      It exposes a small symptom in the technology
      arena that appears to be on the rise
      throughout society; the result of turning
      spankings into "time-outs", republics
      into "democracies", and individualism into
      "collectivism". A symptom of teachers that
      are ignorant of their subjects, kids that
      use calculators to do basic math, and
      graduates that get diplomas for purposes
      of self-esteem. A symptom of the feminization
      of men, the masculation of women, the reverence
      of followers and distain for individual success.

      Most every post (given that this is a hacker
      type forum) is a display of ignorance with
      a promotional cover, and/or a whiny complaint.
      UNIX printing is as simple as could be. No one
      needs CUPS or 'apsfilter' or any of it. Just
      how hard is it to pipe as necessary into 'gs',
      directing output into a printer device?

      With 'jpeg2ps', 'gs', and a few lines of awk
      anyone can print JPEG's, PS/EPS/PDF, DOS(CRLF),
      UNIX(LF) files, and more. And if you have a good
      PS printer, you don't even need the 'gs'.
      Any decent software package that needs
      to print can print PS.

      A few lines of awk can do everything
      all these programs can do (and more): /usr/bin/lp /usr/bin/lpq /usr/bin/lpr /usr/bin/lprm /usr/sbin/lpc /usr/sbin/lpd /etc/printcap /usr/libexec/lpr/lpf

      You can even have your script page number
      text files, etc. When I set up a system
      for printing, I need to change one 'gs'
      variable in an awk script, and that's it.
      What makes that so hard? UNIX printing
      has been utterly simplistic for years.