Skip to content

driverless postscript printing with bash /dev/tcp networking

Notifications You must be signed in to change notification settings

beginner3456789/postscript-printing-with-bash-dev-tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postscript-printing-with-bash-dev-tcp

Simple driverless postscript printing with bash /dev/tcp networking.

These scripts provides bi-directional communications with a network printer.

bash needs the --enable-net-redirections compile time option.

Be sure to change the example ip address to match your own printer address.

The example PJL can easily be changed as desired.

The scripts are set to timeout after 122 seconds and can be easily changed.

The scripts will finish early if the BYE matches. That could depend on printer cr/lf issues.

Use with "./print.sh test.ps" or install to /usr/local/bin and "print.sh test.ps"

For printers able to print directly from postscript or pdf files try print2.sh.

About

driverless postscript printing with bash /dev/tcp networking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published