DropPrint - 1.4drag & drop printing for the desktop & command line |
|
||||||||||||||||
|
|||||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Features: | Not rated (0.0) | Support: | Not rated (0.0) | |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Thanks for your business - Version: 1.4, 1/1/2005 12:00AM PST
nickzman
DropPrint is officially obsolete and no longer available for download. (Mac OS X 10.3.x has built-in desktop printing.) Thanks to everyone who found the product useful.
Does not work in 10.3.3 - Version: 1.4, 6/22/2004 11:57AM PST
leadflyer1
Running OS 10.3.3.
Just tried it, but does not print more than one document at a time and Print dialog box requires you to click Print, just as drag & drop to Desktop Printer.
This would be a useful utility if it worked in Panther and in the future, Tiger.
Hope you have time to fix it for latest OSX.
Just tried it, but does not print more than one document at a time and Print dialog box requires you to click Print, just as drag & drop to Desktop Printer.
This would be a useful utility if it worked in Panther and in the future, Tiger.
Hope you have time to fix it for latest OSX.
This actually is… 



- Version: 1.4, 12/12/2002 01:09AM PST
dozx
worth the $5 for all they put into it. but it's not exactly needed either. Simple Applescripts won't do what this does BUT in case you want a free solution(with limitations) Open script editor and type the following --begin script on open theList --NL repeat with theItem in theList --NL set theJob to POSIX path of theItem --NL do shell script "/usr/bin/lp " & theJob --NL end repeat --NL end open --NL -- end script each --NL means the end of a line and begining of the next line. This will print any # of file dropped on it's icon without opening their respective apps. bt it will only print OS X native file formats this means no Microsoft files. BUT it DOES do most other files including PDF, text docs, images, etc. Be sure to save it as an application never showing starup screen