All of lore.kernel.org
 help / color / mirror / Atom feed
* [Printing-architecture] Print scenario
@ 2003-06-10 20:59 Mark Hamzy
  2003-06-12 19:04 ` Michael Sweet
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Hamzy @ 2003-06-10 20:59 UTC (permalink / raw)
  To: printing-architecture




The following is a scenario for an application that wants to print.
These are the steps that I think the application will perform.  What areas
in this scenario do we need to work on/standardize?

 1 enumerate print queues
      * Use Foomatic for this?

 2 display job dialog

 3 receive job properties in standardized format
      * rely on PPD file format for this?

 4 query page presentation parameters
      - size of page
      - margin information
      - resolution
      - color/monochrome
      - fonts
      * parse PPD file for this information?

 5 generate print job
      - postscript/PDF
      - html
      - plain text
      - bitmap file (png, jpg, etc)
      - SVG file
      * linux applications generate postscript files

 6 submit print job with job properties.  The queue processor will run some
      transformation.  Ex: use Ghostscript to convert postscript to printer
output.
      * CUPS will accept postscript

 7 track print job / display status
     - real-time display?

 8 receive end of job notification

Mark

Take a look at the Linux Omni Printer Driver Framework at
http://www.ibm.com/linux/ltc/projects/omni/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-12 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-10 20:59 [Printing-architecture] Print scenario Mark Hamzy
2003-06-12 19:04 ` Michael Sweet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.