dropbox-printer
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
# Dropbox Printer

Usage: dropbox-printer [options] basepath

*dropbox-printer* monitors the folder defined in 'basepath' parameter and prints any pdf file added to this path

IMPORTANT: the subfolders' name under 'basepath' will be used as printers' names when the jobs are sent to the printing server

Options:

    -u   Print using the specified username
    -1         One sided printing (default: 2 sided)
    -c         Print in color (default: grayscale)
    -s         Staple
    -h         Show help
    -v         Verbose mode	

Example:
    $APP_NAME /Users/yourusername/Dropbox/PrinterQueue
	
## Suggested usage

Open a terminal and start a screen session:

    $ screen
    
Then run the script

    $ ./dropboxPrinter -s /home/user/Dropbox/PrintQueue/
    
Finally, leave the screen session by pressing "CTRL + A", then "D". To return to the screen session just type "screen -r"

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。