Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for printing of dvi files #171

Closed
michaelrsweet opened this issue Jun 30, 2003 · 1 comment
Closed

Please add support for printing of dvi files #171

michaelrsweet opened this issue Jun 30, 2003 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@michaelrsweet
Copy link
Collaborator

Version: 1.1.19
CUPS.org User: gt.esi.ac

Please add support for printing of dvi files to cups.
All that needs to be done is:

  1. Add the following line to /etc/cups/mime.types

application/x-dvi dvi string(0,)

  1. Add the following line to /etc/cups/mime.convs

application/x-dvi application/postscript 33 dvitops

  1. Use the following script as /usr/lib/cups/filter/dvitops

!/bin/sh

CUPS filter script for dvips.

exec dvips -f $6

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

This is a local configuration issue; not all OS's or distributions provide dvips.

@michaelrsweet michaelrsweet added the enhancement New feature or request label Mar 17, 2016
@michaelrsweet michaelrsweet added this to the Stable milestone Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant