https://github.com/manusa/mnprintclient
Java PDF Print Client
https://github.com/manusa/mnprintclient
Last synced: over 1 year ago
JSON representation
Java PDF Print Client
- Host: GitHub
- URL: https://github.com/manusa/mnprintclient
- Owner: manusa
- License: apache-2.0
- Created: 2016-12-06T08:53:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T13:30:12.000Z (over 9 years ago)
- Last Synced: 2025-02-04T21:49:38.957Z (over 1 year ago)
- Language: Java
- Size: 1.49 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mnPrintClient
**Java PDF Print Client**
Silently print PDF files from your server by reading a JSON parameter list, or from your local
computer by placing PDF files in the specified directory.
Usage: mnprintclient -[dir|url] path|url [options]
## Options
| Option | Description |
| ------------ | ------------------------------------------------------------ |
| -url | Url to poll with a valid JSON response |
| -dir | Directory to poll where pdf files are placed to print |
| -processed | Directory to move printed pdf files in dir mode |
| -cookie | String with cookie to send to server in url mode |
| -printerName | Default printer name (useful in directory mode) |
| -copies | Default number of copies to print (useful in directory mode) |
| --help | Prints this page |
## Examples
`mnprintclient -dir c:\users\user\documents\toprint -printerName MyLaserPrinter`
`mnprintclient -url http://www.server.com/printList.json -cookie JSESSIONID=12a3bc4defgjk5lmn6opqr7stu`