Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |    |  Desktop Enhancements  |  Themes  |  DropPrint

DropPrint

DropPrint - 1.4

drag & drop printing for the desktop & command line

All Time: (4.0)
This Version: Not rated (0.0)
Current Version: 1.4
Release Date: 2002-12-11
License: Commercial
Downloads (this version): 2,434
Downloads (all versions): 4,574
Price: $5.00

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) 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)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

All Feedback: 1 - 3 of 3



DropPrint Developer NoteThanks 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.
Post a commentAlert Admin

DropPrint ReviewDoes 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.
Post a commentAlert Admin

DropPrint ReviewThis 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
Post a commentAlert Admin